| Property | Value |
| Model name | CDM V01 |
| Technical name | |
| Description | |
| Author | |
| DB vendor | Plain JSON--no DB |
| Version | |
| Comments |
| Property | Value |
| Group name | ConstructionManagement |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | Defects |
| Technical name | |
| Id | |
| Description | |
| Group | ConstructionManagement |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| DefectsId | integer | false | |||
| ProjectId | integer | false |
| Property | Value |
| Name | DefectsId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProjectId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Defects",
"additionalProperties": false,
"properties": {
"DefectsId": {
"type": "integer"
},
"ProjectId": {
"type": "integer"
}
}
}{
"DefectsId": -7,
"ProjectId": 35
}| Property | Value |
| Document name | WarrantiesClaims |
| Technical name | |
| Id | |
| Description | |
| Group | ConstructionManagement |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ClaimId | integer | false |
| Property | Value |
| Name | ClaimId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "WarrantiesClaims",
"additionalProperties": false,
"properties": {
"ClaimId": {
"type": "integer"
}
}
}{
"ClaimId": -39
}| Property | Value |
| Group name | Digital Twin |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | AreaMeasurement |
| Technical name | ArMsrmnt |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| AreaMeasurementId | integer | false | |||
| Category | string | false | |||
| Type | string | false | |||
| Value | integer | false | |||
| Unit | string | false | |||
| BuildingId | integer | false | |||
| SpaceId | integer | false | |||
| FloorId | integer | false | |||
| ValidFrom | integer | false | |||
| Guid | string | false | |||
| ValidUntil | integer | false | |||
| SiteId | string | false |
| Property | Value |
| Name | AreaMeasurementId |
| Technical name | ArMsrmntd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Category |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | Typ |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | Vl |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Unit |
| Technical name | Unt |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BuildingId |
| Technical name | Bldngd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Building |
| Foreign field | BuildingId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpaceId |
| Technical name | Spcd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Space |
| Foreign field | SpaceId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FloorId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Floor |
| Foreign field | FloorId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | VldFrm |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Workplace |
| Foreign field | WorkplaceId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Guid |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidUntil |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SiteId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "AreaMeasurement",
"additionalProperties": false,
"properties": {
"ArMsrmntd": {
"type": "integer"
},
"Category": {
"type": "string"
},
"Typ": {
"type": "string"
},
"Vl": {
"type": "integer"
},
"Unt": {
"type": "string"
},
"Bldngd": {
"type": "integer"
},
"Spcd": {
"type": "integer"
},
"FloorId": {
"type": "integer"
},
"VldFrm": {
"type": "integer"
},
"Guid": {
"type": "string"
},
"ValidUntil": {
"type": "integer"
},
"SiteId": {
"type": "string"
}
}
}{
"ArMsrmntd": 89,
"Category": "Lorem",
"Typ": "Lorem",
"Vl": 75,
"Unt": "Lorem",
"Bldngd": -91,
"Spcd": -61,
"FloorId": -89,
"VldFrm": -94,
"Guid": "Lorem",
"ValidUntil": 4,
"SiteId": "Lorem"
}| Property | Value |
| Document name | BSensingObject |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| BSensingObjectId | integer | false | |||
| ProductId | integer | false | |||
| Type | string | false | |||
| Class | string | false | |||
| Name | string | false | |||
| TransferSystem | string | false | |||
| NetworkTopology | string | false | |||
| PowerSupply | string | false | |||
| NumberOfAntennae | integer | false | |||
| NumberOfAutomatic Sensors | integer | false | |||
| NumberOfCameras | integer | false | |||
| NumberOfMonitors | integer | false | |||
| NumberOfBoosters | integer | false | |||
| NumberOfSignalingDevice | integer | false | |||
| NumberOfSmogkeExtractors | integer | false | |||
| NumberOfSubstations | integer | false | |||
| RingPiping | string | false |
| Property | Value |
| Name | BSensingObjectId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Product |
| Foreign field | ProductId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Class |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | TransferSystem |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NetworkTopology |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PowerSupply |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfAntennae |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfAutomatic Sensors |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfCameras |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfMonitors |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfBoosters |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfSignalingDevice |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfSmogkeExtractors |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfSubstations |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RingPiping |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "BSensingObject",
"additionalProperties": false,
"properties": {
"BSensingObjectId": {
"type": "integer"
},
"ProductId": {
"type": "integer"
},
"Type": {
"type": "string"
},
"Class": {
"type": "string"
},
"Name": {
"type": "string"
},
"TransferSystem": {
"type": "string"
},
"NetworkTopology": {
"type": "string"
},
"PowerSupply": {
"type": "string"
},
"NumberOfAntennae": {
"type": "integer"
},
"NumberOfAutomatic Sensors": {
"type": "integer"
},
"NumberOfCameras": {
"type": "integer"
},
"NumberOfMonitors": {
"type": "integer"
},
"NumberOfBoosters": {
"type": "integer"
},
"NumberOfSignalingDevice": {
"type": "integer"
},
"NumberOfSmogkeExtractors": {
"type": "integer"
},
"NumberOfSubstations": {
"type": "integer"
},
"RingPiping": {
"type": "string"
}
}
}{
"BSensingObjectId": 70,
"ProductId": -25,
"Type": "Lorem",
"Class": "Lorem",
"Name": "Lorem",
"TransferSystem": "Lorem",
"NetworkTopology": "Lorem",
"PowerSupply": "Lorem",
"NumberOfAntennae": -90,
"NumberOfAutomatic Sensors": 52,
"NumberOfCameras": -50,
"NumberOfMonitors": 93,
"NumberOfBoosters": 67,
"NumberOfSignalingDevice": 53,
"NumberOfSmogkeExtractors": -72,
"NumberOfSubstations": -78,
"RingPiping": "Lorem"
}| Property | Value |
| Document name | Building |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| PortfolioId | integer | false | |||
| LandId | integer | false | |||
| SiteId | integer | false | |||
| BuildingId | integer | false | |||
| BuildingCode | integer | false | |||
| ValidFrom | string | false | [{ "dataType":"DateTime"}] | ||
| ValidUntil | string | true | [{ "dataType":"DateTime"}] | ||
| Name | string | false | |||
| AreaMeasurementId | integer | false | |||
| Type | string | false | |||
| ParkingSpaces | integer | false | |||
| ConstructionYear | string | false | |||
| BuildingClass | string | false | |||
| SupplyEnergy | string | false | |||
| SupplyWater | string | false | |||
| SupplyHeating | string | false | |||
| AddressId | integer | false | |||
| Guid | string | false | |||
| PrimaryUsage | string | false | |||
| SecondaryUsage | string | false |
| Property | Value |
| Name | PortfolioId |
| Technical name | Prtfld |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Portfolio |
| Foreign field | PortfolioId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | LandId |
| Technical name | Lndd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SiteId |
| Technical name | Std |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BuildingId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BuildingCode |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | VldFrm |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | ValidUntil |
| Technical name | Vldntl |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | true |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AreaMeasurementId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | AreaMeasurement |
| Foreign field | AreaMeasurementId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ParkingSpaces |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ConstructionYear |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BuildingClass |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SupplyEnergy |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SupplyWater |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SupplyHeating |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AddressId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Address1 |
| Foreign field | AddressId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Guid |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PrimaryUsage |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SecondaryUsage |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Building",
"additionalProperties": false,
"properties": {
"Prtfld": {
"type": "integer"
},
"Lndd": {
"type": "integer"
},
"Std": {
"type": "integer"
},
"BuildingId": {
"type": "integer"
},
"BuildingCode": {
"type": "integer"
},
"VldFrm": {
"type": "string"
},
"Vldntl": {
"type": "string"
},
"Name": {
"type": "string"
},
"AreaMeasurementId": {
"type": "integer"
},
"Type": {
"type": "string"
},
"ParkingSpaces": {
"type": "integer"
},
"ConstructionYear": {
"type": "string"
},
"BuildingClass": {
"type": "string"
},
"SupplyEnergy": {
"type": "string"
},
"SupplyWater": {
"type": "string"
},
"SupplyHeating": {
"type": "string"
},
"AddressId": {
"type": "integer"
},
"Guid": {
"type": "string"
},
"PrimaryUsage": {
"type": "string"
},
"SecondaryUsage": {
"type": "string"
}
},
"required": [
"Vldntl"
]
}{
"Prtfld": -60,
"Lndd": 44,
"Std": 44,
"BuildingId": 40,
"BuildingCode": 17,
"VldFrm": "Lorem",
"Vldntl": "Lorem",
"Name": "Lorem",
"AreaMeasurementId": -2,
"Type": "Lorem",
"ParkingSpaces": -86,
"ConstructionYear": "Lorem",
"BuildingClass": "Lorem",
"SupplyEnergy": "Lorem",
"SupplyWater": "Lorem",
"SupplyHeating": "Lorem",
"AddressId": -74,
"Guid": "Lorem",
"PrimaryUsage": "Lorem",
"SecondaryUsage": "Lorem"
}| Property | Value |
| Document name | CStoringObject |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| CStoringObjectId | integer | false | |||
| ProductId | integer | false | |||
| Type | string | false | |||
| Class | string | false | |||
| Name | string | false | |||
| ContainerVolume | integer | false | |||
| FillingWeight | integer | false | |||
| Installation | string | false | |||
| NominalVolume | integer | false | |||
| NumberOfContainers | integer | false | |||
| StorageVolume | integer | false | |||
| TotalVolume | integer | false | |||
| Volume | integer | false | |||
| OperatingPressure | integer | false |
| Property | Value |
| Name | CStoringObjectId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Product |
| Foreign field | ProductId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Class |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContainerVolume |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FillingWeight |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Installation |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NominalVolume |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfContainers |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | StorageVolume |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | TotalVolume |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Volume |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | OperatingPressure |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "CStoringObject",
"additionalProperties": false,
"properties": {
"CStoringObjectId": {
"type": "integer"
},
"ProductId": {
"type": "integer"
},
"Type": {
"type": "string"
},
"Class": {
"type": "string"
},
"Name": {
"type": "string"
},
"ContainerVolume": {
"type": "integer"
},
"FillingWeight": {
"type": "integer"
},
"Installation": {
"type": "string"
},
"NominalVolume": {
"type": "integer"
},
"NumberOfContainers": {
"type": "integer"
},
"StorageVolume": {
"type": "integer"
},
"TotalVolume": {
"type": "integer"
},
"Volume": {
"type": "integer"
},
"OperatingPressure": {
"type": "integer"
}
}
}{
"CStoringObjectId": -84,
"ProductId": -53,
"Type": "Lorem",
"Class": "Lorem",
"Name": "Lorem",
"ContainerVolume": -7,
"FillingWeight": 63,
"Installation": "Lorem",
"NominalVolume": -34,
"NumberOfContainers": -81,
"StorageVolume": 17,
"TotalVolume": 96,
"Volume": 3,
"OperatingPressure": -59
}| Property | Value |
| Document name | Certificate |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| CertificateId | integer | false | |||
| Type | string | false | |||
| IssuingDate | string | false | [{ "dataType":"DateTime"}] | ||
| BuildingId | integer | false | |||
| Guid | string | false | |||
| Name | string | false | |||
| Value | string | false | |||
| ValidFrom | integer | false | |||
| ValidUntil | integer | false |
| Property | Value |
| Name | CertificateId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | IssuingDate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | BuildingId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Guid |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidUntil |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Certificate",
"additionalProperties": false,
"properties": {
"CertificateId": {
"type": "integer"
},
"Type": {
"type": "string"
},
"IssuingDate": {
"type": "string"
},
"BuildingId": {
"type": "integer"
},
"Guid": {
"type": "string"
},
"Name": {
"type": "string"
},
"Value": {
"type": "string"
},
"ValidFrom": {
"type": "integer"
},
"ValidUntil": {
"type": "integer"
}
}
}{
"CertificateId": -15,
"Type": "Lorem",
"IssuingDate": "Lorem",
"BuildingId": 79,
"Guid": "Lorem",
"Name": "Lorem",
"Value": "Lorem",
"ValidFrom": -21,
"ValidUntil": 33
}| Property | Value |
| Document name | EEmittingObject |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Property | Value |
| Name | EEmittingObjectId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Product |
| Foreign field | ProductId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Class |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CollectorSurface |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ConnectiontosecondaryCircuit |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CoolingMediumype |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | DecentralizedConstruction |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Dehumidifying |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Density |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | DriveEnergy |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ElectricalPower |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EnergyEfficiencyClass |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EnergySupply |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ExhaustAirVolumeFlow |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ExtinguishingAgent |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FireClass |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FireExtinguisherTransportType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FittingType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Fuel |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GrateType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | HeatingType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FilterClass |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Humidifying |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | InstallationSite |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | InstalledElectricalLoad |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | InsulationThickness |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MaximumBurnerCapacity |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MaximumVolumeFlow |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MinimumBurnerCapacity |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MediumSupplied |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NominalPower |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfAlarmValveStations |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfCirculationPumps |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfCompartmentValves |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfHeatingCircuits |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfCoolingCircuits |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfInlets |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfSprinklerHeads |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfSupplyPoints |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfZoneChecks |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | OperatingMode |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PipingSystem |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Power |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PurposeOfHeating |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RadiatorType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RecoolingSystemType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RecoolingUnitType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | StorageColume |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ThearmalHeatingPower |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ThermalPower |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | TraceHeating |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | WaterSupply |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "EEmittingObject",
"additionalProperties": false,
"properties": {
"EEmittingObjectId": {
"type": "integer"
},
"ProductId": {
"type": "integer"
},
"Type": {
"type": "string"
},
"Class": {
"type": "string"
},
"Name": {
"type": "string"
},
"CollectorSurface": {
"type": "string"
},
"ConnectiontosecondaryCircuit": {
"type": "string"
},
"CoolingMediumype": {
"type": "string"
},
"DecentralizedConstruction": {
"type": "string"
},
"Dehumidifying": {
"type": "string"
},
"Density": {
"type": "integer"
},
"DriveEnergy": {
"type": "string"
},
"ElectricalPower": {
"type": "integer"
},
"EnergyEfficiencyClass": {
"type": "string"
},
"EnergySupply": {
"type": "string"
},
"ExhaustAirVolumeFlow": {
"type": "string"
},
"ExtinguishingAgent": {
"type": "string"
},
"FireClass": {
"type": "string"
},
"FireExtinguisherTransportType": {
"type": "string"
},
"FittingType": {
"type": "string"
},
"Fuel": {
"type": "string"
},
"GrateType": {
"type": "string"
},
"HeatingType": {
"type": "string"
},
"FilterClass": {
"type": "string"
},
"Humidifying": {
"type": "string"
},
"InstallationSite": {
"type": "string"
},
"InstalledElectricalLoad": {
"type": "integer"
},
"InsulationThickness": {
"type": "string"
},
"MaximumBurnerCapacity": {
"type": "integer"
},
"MaximumVolumeFlow": {
"type": "integer"
},
"MinimumBurnerCapacity": {
"type": "integer"
},
"MediumSupplied": {
"type": "string"
},
"NominalPower": {
"type": "string"
},
"NumberOfAlarmValveStations": {
"type": "integer"
},
"NumberOfCirculationPumps": {
"type": "integer"
},
"NumberOfCompartmentValves": {
"type": "integer"
},
"NumberOfHeatingCircuits": {
"type": "integer"
},
"NumberOfCoolingCircuits": {
"type": "integer"
},
"NumberOfInlets": {
"type": "integer"
},
"NumberOfSprinklerHeads": {
"type": "integer"
},
"NumberOfSupplyPoints": {
"type": "integer"
},
"NumberOfZoneChecks": {
"type": "integer"
},
"OperatingMode": {
"type": "string"
},
"PipingSystem": {
"type": "string"
},
"Power": {
"type": "string"
},
"PurposeOfHeating": {
"type": "string"
},
"RadiatorType": {
"type": "string"
},
"RecoolingSystemType": {
"type": "string"
},
"RecoolingUnitType": {
"type": "string"
},
"StorageColume": {
"type": "string"
},
"ThearmalHeatingPower": {
"type": "integer"
},
"ThermalPower": {
"type": "integer"
},
"TraceHeating": {
"type": "string"
},
"WaterSupply": {
"type": "string"
}
}
}{
"EEmittingObjectId": 84,
"ProductId": 11,
"Type": "Lorem",
"Class": "Lorem",
"Name": "Lorem",
"CollectorSurface": "Lorem",
"ConnectiontosecondaryCircuit": "Lorem",
"CoolingMediumype": "Lorem",
"DecentralizedConstruction": "Lorem",
"Dehumidifying": "Lorem",
"Density": 95,
"DriveEnergy": "Lorem",
"ElectricalPower": -54,
"EnergyEfficiencyClass": "Lorem",
"EnergySupply": "Lorem",
"ExhaustAirVolumeFlow": "Lorem",
"ExtinguishingAgent": "Lorem",
"FireClass": "Lorem",
"FireExtinguisherTransportType": "Lorem",
"FittingType": "Lorem",
"Fuel": "Lorem",
"GrateType": "Lorem",
"HeatingType": "Lorem",
"FilterClass": "Lorem",
"Humidifying": "Lorem",
"InstallationSite": "Lorem",
"InstalledElectricalLoad": 97,
"InsulationThickness": "Lorem",
"MaximumBurnerCapacity": 73,
"MaximumVolumeFlow": 78,
"MinimumBurnerCapacity": -21,
"MediumSupplied": "Lorem",
"NominalPower": "Lorem",
"NumberOfAlarmValveStations": 19,
"NumberOfCirculationPumps": -48,
"NumberOfCompartmentValves": 93,
"NumberOfHeatingCircuits": 1,
"NumberOfCoolingCircuits": -27,
"NumberOfInlets": 23,
"NumberOfSprinklerHeads": 63,
"NumberOfSupplyPoints": -94,
"NumberOfZoneChecks": 74,
"OperatingMode": "Lorem",
"PipingSystem": "Lorem",
"Power": "Lorem",
"PurposeOfHeating": "Lorem",
"RadiatorType": "Lorem",
"RecoolingSystemType": "Lorem",
"RecoolingUnitType": "Lorem",
"StorageColume": "Lorem",
"ThearmalHeatingPower": 17,
"ThermalPower": 46,
"TraceHeating": "Lorem",
"WaterSupply": "Lorem"
}| Property | Value |
| Document name | FProtectingObject |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| FProtectingObjectId | integer | false | |||
| ProductId | integer | false | |||
| Type | string | false | |||
| Class | string | false | |||
| Name | string | false | |||
| InstallationSituation | string | false | |||
| ProofOfUsability | string | false |
| Property | Value |
| Name | FProtectingObjectId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Product |
| Foreign field | ProductId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Class |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | InstallationSituation |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProofOfUsability |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "FProtectingObject",
"additionalProperties": false,
"properties": {
"FProtectingObjectId": {
"type": "integer"
},
"ProductId": {
"type": "integer"
},
"Type": {
"type": "string"
},
"Class": {
"type": "string"
},
"Name": {
"type": "string"
},
"InstallationSituation": {
"type": "string"
},
"ProofOfUsability": {
"type": "string"
}
}
}{
"FProtectingObjectId": 76,
"ProductId": 20,
"Type": "Lorem",
"Class": "Lorem",
"Name": "Lorem",
"InstallationSituation": "Lorem",
"ProofOfUsability": "Lorem"
}| Property | Value |
| Document name | Floor |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| BuildingId | integer | false | |||
| FloorId | integer | false | |||
| FloorCode | integer | false | |||
| ValidFrom | string | false | [{ "dataType":"DateTime"}] | ||
| ValidUntil | string | true | [{ "dataType":"DateTime"}] | ||
| Name | string | false | |||
| AreaMeasurementId | integer | false | |||
| FloorNumber | integer | false | |||
| FloorHightRaw | integer | false | |||
| FloorLevelShell | integer | false | |||
| ConstructionAreaBearing | integer | false | |||
| ConstructionAreaNonBearing | integer | false | |||
| Guid | string | false |
| Property | Value |
| Name | BuildingId |
| Technical name | Bldngd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FloorId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FloorCode |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | ValidUntil |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | true |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AreaMeasurementId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | AreaMeasurement |
| Foreign field | AreaMeasurementId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FloorNumber |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FloorHightRaw |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FloorLevelShell |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ConstructionAreaBearing |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ConstructionAreaNonBearing |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Guid |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Floor",
"additionalProperties": false,
"properties": {
"Bldngd": {
"type": "integer"
},
"FloorId": {
"type": "integer"
},
"FloorCode": {
"type": "integer"
},
"ValidFrom": {
"type": "string"
},
"ValidUntil": {
"type": "string"
},
"Name": {
"type": "string"
},
"AreaMeasurementId": {
"type": "integer"
},
"FloorNumber": {
"type": "integer"
},
"FloorHightRaw": {
"type": "integer"
},
"FloorLevelShell": {
"type": "integer"
},
"ConstructionAreaBearing": {
"type": "integer"
},
"ConstructionAreaNonBearing": {
"type": "integer"
},
"Guid": {
"type": "string"
}
},
"required": [
"ValidUntil"
]
}{
"Bldngd": 33,
"FloorId": -83,
"FloorCode": -24,
"ValidFrom": "Lorem",
"ValidUntil": "Lorem",
"Name": "Lorem",
"AreaMeasurementId": -46,
"FloorNumber": -27,
"FloorHightRaw": 36,
"FloorLevelShell": 98,
"ConstructionAreaBearing": 69,
"ConstructionAreaNonBearing": 83,
"Guid": "Lorem"
}| Property | Value |
| Document name | GGeneratingObject |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Property | Value |
| Name | GGeneratingObjectId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Class |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AutomaticFeed |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ApplicationArea |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AutomaticFeed |
| Technical name | |
| Id | |
| Type | boolean |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Sample | |
| Comments |
| Property | Value |
| Name | Ceiling |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CompressorType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CollectingContainer |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ConstructionStandards |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContainerColume |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContainingFeces |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Direction |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | DischargeHeight |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ElectricalPeak |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ElectricalPower |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ExplosionSafe |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FanSeries |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FlowRate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | LifterType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | LiftingHeight |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Lighting |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | LoadBearingCapacity |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MaximumPressure |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MobileSystem |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MotorNominalPower |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MotorPower |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MotorRatedCurrent |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfCells |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfDrives |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfModules |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfPowerInverters |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfPumps |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfStops |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfTapping |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | OptimalVolumeStream |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PassengerCapacity |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProtectionType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RatedCapacity |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Rated |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RatedElectricalPower |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RotationSpeedControl |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RotorDiameter |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SafuFallProtection |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpeedControl |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | TiltingAngle |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Triggering |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Voltage |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | VolumeFlow |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | VolumeOfFuelReserves |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "GGeneratingObject",
"additionalProperties": false,
"properties": {
"GGeneratingObjectId": {
"type": "integer"
},
"ProductId": {
"type": "string"
},
"Type": {
"type": "string"
},
"Class": {
"type": "string"
},
"Name": {
"type": "string"
},
"AutomaticFeed": {
"type": "boolean"
},
"ApplicationArea": {
"type": "string"
},
"Ceiling": {
"type": "string"
},
"CompressorType": {
"type": "string"
},
"CollectingContainer": {
"type": "string"
},
"ConstructionStandards": {
"type": "string"
},
"ContainerColume": {
"type": "integer"
},
"ContainingFeces": {
"type": "string"
},
"Direction": {
"type": "string"
},
"DischargeHeight": {
"type": "string"
},
"ElectricalPeak": {
"type": "string"
},
"ElectricalPower": {
"type": "string"
},
"ExplosionSafe": {
"type": "string"
},
"FanSeries": {
"type": "string"
},
"FlowRate": {
"type": "string"
},
"LifterType": {
"type": "string"
},
"LiftingHeight": {
"type": "integer"
},
"Lighting": {
"type": "string"
},
"LoadBearingCapacity": {
"type": "string"
},
"MaximumPressure": {
"type": "integer"
},
"MobileSystem": {
"type": "string"
},
"MotorNominalPower": {
"type": "integer"
},
"MotorPower": {
"type": "integer"
},
"MotorRatedCurrent": {
"type": "string"
},
"NumberOfCells": {
"type": "integer"
},
"NumberOfDrives": {
"type": "string"
},
"NumberOfModules": {
"type": "string"
},
"NumberOfPowerInverters": {
"type": "integer"
},
"NumberOfPumps": {
"type": "integer"
},
"NumberOfStops": {
"type": "string"
},
"NumberOfTapping": {
"type": "string"
},
"OptimalVolumeStream": {
"type": "string"
},
"PassengerCapacity": {
"type": "integer"
},
"ProtectionType": {
"type": "string"
},
"RatedCapacity": {
"type": "integer"
},
"Rated": {
"type": "string"
},
"RatedElectricalPower": {
"type": "integer"
},
"RotationSpeedControl": {
"type": "string"
},
"RotorDiameter": {
"type": "integer"
},
"SafuFallProtection": {
"type": "string"
},
"SpeedControl": {
"type": "string"
},
"TiltingAngle": {
"type": "string"
},
"Triggering": {
"type": "string"
},
"Voltage": {
"type": "integer"
},
"VolumeFlow": {
"type": "integer"
},
"VolumeOfFuelReserves": {
"type": "integer"
}
}
}{
"GGeneratingObjectId": 23,
"ProductId": "Lorem",
"Type": "Lorem",
"Class": "Lorem",
"Name": "Lorem",
"AutomaticFeed": true,
"ApplicationArea": "Lorem",
"Ceiling": "Lorem",
"CompressorType": "Lorem",
"CollectingContainer": "Lorem",
"ConstructionStandards": "Lorem",
"ContainerColume": -4,
"ContainingFeces": "Lorem",
"Direction": "Lorem",
"DischargeHeight": "Lorem",
"ElectricalPeak": "Lorem",
"ElectricalPower": "Lorem",
"ExplosionSafe": "Lorem",
"FanSeries": "Lorem",
"FlowRate": "Lorem",
"LifterType": "Lorem",
"LiftingHeight": -65,
"Lighting": "Lorem",
"LoadBearingCapacity": "Lorem",
"MaximumPressure": -24,
"MobileSystem": "Lorem",
"MotorNominalPower": -6,
"MotorPower": 58,
"MotorRatedCurrent": "Lorem",
"NumberOfCells": 87,
"NumberOfDrives": "Lorem",
"NumberOfModules": "Lorem",
"NumberOfPowerInverters": 71,
"NumberOfPumps": -19,
"NumberOfStops": "Lorem",
"NumberOfTapping": "Lorem",
"OptimalVolumeStream": "Lorem",
"PassengerCapacity": 13,
"ProtectionType": "Lorem",
"RatedCapacity": -22,
"Rated": "Lorem",
"RatedElectricalPower": 55,
"RotationSpeedControl": "Lorem",
"RotorDiameter": 20,
"SafuFallProtection": "Lorem",
"SpeedControl": "Lorem",
"TiltingAngle": "Lorem",
"Triggering": "Lorem",
"Voltage": -73,
"VolumeFlow": -37,
"VolumeOfFuelReserves": 19
}| Property | Value |
| Document name | HMatterProcessingObject |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| HMatterProcessingObjectId | integer | false | |||
| ProductId | integer | false | |||
| Type | string | false | |||
| Class | string | false | |||
| ThermalPower | string | false | |||
| TypeOfUse | string | false | |||
| AbsorberArea | integer | false | |||
| AirFilterType | string | false | |||
| Backwashable | string | false | |||
| EnergyEfficiencyClass | string | false |
| Property | Value |
| Name | HMatterProcessingObjectId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Product |
| Foreign field | ProductId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Class |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ThermalPower |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | TypeOfUse |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AbsorberArea |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AirFilterType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Backwashable |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EnergyEfficiencyClass |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "HMatterProcessingObject",
"additionalProperties": false,
"properties": {
"HMatterProcessingObjectId": {
"type": "integer"
},
"ProductId": {
"type": "integer"
},
"Type": {
"type": "string"
},
"Class": {
"type": "string"
},
"ThermalPower": {
"type": "string"
},
"TypeOfUse": {
"type": "string"
},
"AbsorberArea": {
"type": "integer"
},
"AirFilterType": {
"type": "string"
},
"Backwashable": {
"type": "string"
},
"EnergyEfficiencyClass": {
"type": "string"
}
}
}{
"HMatterProcessingObjectId": 6,
"ProductId": -20,
"Type": "Lorem",
"Class": "Lorem",
"ThermalPower": "Lorem",
"TypeOfUse": "Lorem",
"AbsorberArea": 77,
"AirFilterType": "Lorem",
"Backwashable": "Lorem",
"EnergyEfficiencyClass": "Lorem"
}| Property | Value |
| Document name | Land |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| LandId | integer | false | |||
| ParcelNr | integer | false | |||
| LandCode | integer | false | |||
| ValidFrom | string | false | [{ "dataType":"DateTime"}] | ||
| ValidUntil | string | false | [{ "dataType":"DateTime"}] | ||
| Name | string | false | |||
| AreaMeasurementId | integer | false | |||
| SiteId | integer | false | |||
| Guid | string | false |
| Property | Value |
| Name | LandId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ParcelNr |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | LandCode |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | ValidUntil |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AreaMeasurementId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | AreaMeasurement |
| Foreign field | AreaMeasurementId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SiteId |
| Technical name | Std |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Guid |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Land",
"additionalProperties": false,
"properties": {
"LandId": {
"type": "integer"
},
"ParcelNr": {
"type": "integer"
},
"LandCode": {
"type": "integer"
},
"ValidFrom": {
"type": "string"
},
"ValidUntil": {
"type": "string"
},
"Name": {
"type": "string"
},
"AreaMeasurementId": {
"type": "integer"
},
"Std": {
"type": "integer"
},
"Guid": {
"type": "string"
}
}
}{
"LandId": 36,
"ParcelNr": 7,
"LandCode": 18,
"ValidFrom": "Lorem",
"ValidUntil": "Lorem",
"Name": "Lorem",
"AreaMeasurementId": 12,
"Std": -53,
"Guid": "Lorem"
}| Property | Value |
| Document name | MDrivingObject |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| MDrivingObjectId | string | false | |||
| ProductId | integer | false | |||
| Type | string | false | |||
| Class | string | false | |||
| Fuel | string | false | |||
| MotorNominalPower | integer | false | |||
| NominalThermalPower | integer | false | |||
| ExplosionSafe | boolean | false | |||
| OperatingMode | string | false | |||
| RatedElectricalPower | integer | false | |||
| Voltage | integer | false |
| Property | Value |
| Name | MDrivingObjectId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Product |
| Foreign field | ProductId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Class |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Fuel |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MotorNominalPower |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NominalThermalPower |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ExplosionSafe |
| Technical name | |
| Id | |
| Type | boolean |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Sample | |
| Comments |
| Property | Value |
| Name | OperatingMode |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RatedElectricalPower |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Voltage |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "MDrivingObject",
"additionalProperties": false,
"properties": {
"MDrivingObjectId": {
"type": "string"
},
"ProductId": {
"type": "integer"
},
"Type": {
"type": "string"
},
"Class": {
"type": "string"
},
"Fuel": {
"type": "string"
},
"MotorNominalPower": {
"type": "integer"
},
"NominalThermalPower": {
"type": "integer"
},
"ExplosionSafe": {
"type": "boolean"
},
"OperatingMode": {
"type": "string"
},
"RatedElectricalPower": {
"type": "integer"
},
"Voltage": {
"type": "integer"
}
}
}{
"MDrivingObjectId": "Lorem",
"ProductId": 50,
"Type": "Lorem",
"Class": "Lorem",
"Fuel": "Lorem",
"MotorNominalPower": 96,
"NominalThermalPower": -52,
"ExplosionSafe": true,
"OperatingMode": "Lorem",
"RatedElectricalPower": 31,
"Voltage": -4
}| Property | Value |
| Document name | Product |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| SpaceId | integer | false | |||
| BusinessPartnerId | integer | false | |||
| ProductId | integer | false | |||
| Class | string | false | |||
| Name | string | false | |||
| Type | string | false | |||
| Description | string | false | |||
| MaintenanceGroup | string | false | |||
| MaintenanceRelevance | string | false | |||
| EquipmentDimension | string | false | |||
| ConditionStatus | string | false | |||
| ProductCode | string | false | |||
| ProductName | string | false | |||
| ProductType | string | false | |||
| URLLibrary | string | false | |||
| ProducerCode | string | false | |||
| SupplierCode | string | false | |||
| Year | string | false | |||
| LifeSpan | string | false | |||
| SerialNumber | string | false | |||
| CE-Identification | string | false | |||
| DeliveryVolume | integer | false | |||
| ContentQuantity | string | false | |||
| NetContent | string | false | |||
| Payload | string | false | |||
| Guid | string | false | |||
| GuaranteeEnd | integer | false | |||
| ValidFrom | integer | false | |||
| ValidUntil | integer | false |
| Property | Value |
| Name | SpaceId |
| Technical name | Spcd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Space |
| Foreign field | SpaceId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BusinessPartnerId |
| Technical name | BsnssPrtnrd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | BusinessPartner |
| Foreign field | BusinessPartnerId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Class |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Description |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MaintenanceGroup |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MaintenanceRelevance |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EquipmentDimension |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ConditionStatus |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductCode |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductName |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | URLLibrary |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProducerCode |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SupplierCode |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Year |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | LifeSpan |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SerialNumber |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CE-Identification |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | DeliveryVolume |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContentQuantity |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NetContent |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Payload |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Guid |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GuaranteeEnd |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidUntil |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Product",
"additionalProperties": false,
"properties": {
"Spcd": {
"type": "integer"
},
"BsnssPrtnrd": {
"type": "integer"
},
"ProductId": {
"type": "integer"
},
"Class": {
"type": "string"
},
"Name": {
"type": "string"
},
"Type": {
"type": "string"
},
"Description": {
"type": "string"
},
"MaintenanceGroup": {
"type": "string"
},
"MaintenanceRelevance": {
"type": "string"
},
"EquipmentDimension": {
"type": "string"
},
"ConditionStatus": {
"type": "string"
},
"ProductCode": {
"type": "string"
},
"ProductName": {
"type": "string"
},
"ProductType": {
"type": "string"
},
"URLLibrary": {
"type": "string"
},
"ProducerCode": {
"type": "string"
},
"SupplierCode": {
"type": "string"
},
"Year": {
"type": "string"
},
"LifeSpan": {
"type": "string"
},
"SerialNumber": {
"type": "string"
},
"CE-Identification": {
"type": "string"
},
"DeliveryVolume": {
"type": "integer"
},
"ContentQuantity": {
"type": "string"
},
"NetContent": {
"type": "string"
},
"Payload": {
"type": "string"
},
"Guid": {
"type": "string"
},
"GuaranteeEnd": {
"type": "integer"
},
"ValidFrom": {
"type": "integer"
},
"ValidUntil": {
"type": "integer"
}
}
}{
"Spcd": -14,
"BsnssPrtnrd": 24,
"ProductId": -95,
"Class": "Lorem",
"Name": "Lorem",
"Type": "Lorem",
"Description": "Lorem",
"MaintenanceGroup": "Lorem",
"MaintenanceRelevance": "Lorem",
"EquipmentDimension": "Lorem",
"ConditionStatus": "Lorem",
"ProductCode": "Lorem",
"ProductName": "Lorem",
"ProductType": "Lorem",
"URLLibrary": "Lorem",
"ProducerCode": "Lorem",
"SupplierCode": "Lorem",
"Year": "Lorem",
"LifeSpan": "Lorem",
"SerialNumber": "Lorem",
"CE-Identification": "Lorem",
"DeliveryVolume": -65,
"ContentQuantity": "Lorem",
"NetContent": "Lorem",
"Payload": "Lorem",
"Guid": "Lorem",
"GuaranteeEnd": 7,
"ValidFrom": 61,
"ValidUntil": 26
}| Property | Value |
| Document name | QControllingObject |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| QControllingObjectId | integer | false | |||
| ProductId | integer | false | |||
| Type | string | false | |||
| Class | string | false | |||
| AutomaticDrive | boolean | false | |||
| SafetyRequirements | string | false | |||
| DriveManufacturer | string | false | |||
| EmergencyExitLock | string | false | |||
| FireResistanceClass | string | false | |||
| FittingType | string | false | |||
| FixingSystem | string | false | |||
| FrameSurface | string | false | |||
| GlassSurface | string | false | |||
| GateSafetyRequirements | string | false | |||
| LockingDevice | string | false | |||
| OpeningType | string | false | |||
| ReadingSystem | string | false | |||
| TypeOfGate | string | false | |||
| TypeOfGateControl | string | false | |||
| ClosingSystem | string | false | |||
| NumberOfDrives | integer | false | |||
| NumberOfPanels | integer | false | |||
| NumberOfTransponders | integer | false |
| Property | Value |
| Name | QControllingObjectId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Product |
| Foreign field | ProductId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Class |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AutomaticDrive |
| Technical name | |
| Id | |
| Type | boolean |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Sample | |
| Comments |
| Property | Value |
| Name | SafetyRequirements |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | DriveManufacturer |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EmergencyExitLock |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FireResistanceClass |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FittingType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FixingSystem |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FrameSurface |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GlassSurface |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GateSafetyRequirements |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | LockingDevice |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | OpeningType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ReadingSystem |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | TypeOfGate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | TypeOfGateControl |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ClosingSystem |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfDrives |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfPanels |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfTransponders |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "QControllingObject",
"additionalProperties": false,
"properties": {
"QControllingObjectId": {
"type": "integer"
},
"ProductId": {
"type": "integer"
},
"Type": {
"type": "string"
},
"Class": {
"type": "string"
},
"AutomaticDrive": {
"type": "boolean"
},
"SafetyRequirements": {
"type": "string"
},
"DriveManufacturer": {
"type": "string"
},
"EmergencyExitLock": {
"type": "string"
},
"FireResistanceClass": {
"type": "string"
},
"FittingType": {
"type": "string"
},
"FixingSystem": {
"type": "string"
},
"FrameSurface": {
"type": "string"
},
"GlassSurface": {
"type": "string"
},
"GateSafetyRequirements": {
"type": "string"
},
"LockingDevice": {
"type": "string"
},
"OpeningType": {
"type": "string"
},
"ReadingSystem": {
"type": "string"
},
"TypeOfGate": {
"type": "string"
},
"TypeOfGateControl": {
"type": "string"
},
"ClosingSystem": {
"type": "string"
},
"NumberOfDrives": {
"type": "integer"
},
"NumberOfPanels": {
"type": "integer"
},
"NumberOfTransponders": {
"type": "integer"
}
}
}{
"QControllingObjectId": 4,
"ProductId": 44,
"Type": "Lorem",
"Class": "Lorem",
"AutomaticDrive": true,
"SafetyRequirements": "Lorem",
"DriveManufacturer": "Lorem",
"EmergencyExitLock": "Lorem",
"FireResistanceClass": "Lorem",
"FittingType": "Lorem",
"FixingSystem": "Lorem",
"FrameSurface": "Lorem",
"GlassSurface": "Lorem",
"GateSafetyRequirements": "Lorem",
"LockingDevice": "Lorem",
"OpeningType": "Lorem",
"ReadingSystem": "Lorem",
"TypeOfGate": "Lorem",
"TypeOfGateControl": "Lorem",
"ClosingSystem": "Lorem",
"NumberOfDrives": -39,
"NumberOfPanels": 3,
"NumberOfTransponders": -91
}| Property | Value |
| Document name | RRestrictingObject |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| RRestrictingObjectId | integer | false | |||
| ProductId | integer | false | |||
| Type | string | false | |||
| Class | string | false | |||
| AutomaticDrive | boolean | false | |||
| NumberOfDrives | integer | false |
| Property | Value |
| Name | RRestrictingObjectId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Product |
| Foreign field | ProductId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Class |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AutomaticDrive |
| Technical name | |
| Id | |
| Type | boolean |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfDrives |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "RRestrictingObject",
"additionalProperties": false,
"properties": {
"RRestrictingObjectId": {
"type": "integer"
},
"ProductId": {
"type": "integer"
},
"Type": {
"type": "string"
},
"Class": {
"type": "string"
},
"AutomaticDrive": {
"type": "boolean"
},
"NumberOfDrives": {
"type": "integer"
}
}
}{
"RRestrictingObjectId": -21,
"ProductId": 11,
"Type": "Lorem",
"Class": "Lorem",
"AutomaticDrive": true,
"NumberOfDrives": -35
}| Property | Value |
| Document name | Servitudes |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| LandId | integer | false | |||
| ServitudeId | integer | false | |||
| Name | string | false | |||
| Guid | string | false | |||
| ValidUntil | integer | false | |||
| ValidFrom | integer | false |
| Property | Value |
| Name | LandId |
| Technical name | Lndd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Land |
| Foreign field | LandId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ServitudeId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Guid |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidUntil |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Servitudes",
"additionalProperties": false,
"properties": {
"Lndd": {
"type": "integer"
},
"ServitudeId": {
"type": "integer"
},
"Name": {
"type": "string"
},
"Guid": {
"type": "string"
},
"ValidUntil": {
"type": "integer"
},
"ValidFrom": {
"type": "integer"
}
}
}{
"Lndd": 57,
"ServitudeId": -58,
"Name": "Lorem",
"Guid": "Lorem",
"ValidUntil": 43,
"ValidFrom": 65
}| Property | Value |
| Document name | Site |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| BusinessPartnerId | integer | false | |||
| SiteId | integer | false | |||
| SiteCode | integer | false | |||
| Name | string | true | |||
| Type | string | false | |||
| ValidFrom | string | false | [{ "dataType":"DateTime"}] | ||
| ValidEnd | string | true | [{ "dataType":"DateTime"}] | ||
| AreaMeasurementId | integer | false | |||
| Guid | string | false | |||
| AddressId | integer | false |
| Property | Value |
| Name | BusinessPartnerId |
| Technical name | BsnssPrtnrd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | BusinessPartner |
| Foreign field | BusinessPartnerId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SiteId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SiteCode |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | true |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | ValidEnd |
| Technical name | Vldnd |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | true |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | AreaMeasurementId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | AreaMeasurement |
| Foreign field | AreaMeasurementId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Guid |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AddressId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Address1 |
| Foreign field | AddressId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Site",
"additionalProperties": false,
"properties": {
"BsnssPrtnrd": {
"type": "integer"
},
"SiteId": {
"type": "integer"
},
"SiteCode": {
"type": "integer"
},
"Name": {
"type": "string"
},
"Type": {
"type": "string"
},
"ValidFrom": {
"type": "string"
},
"Vldnd": {
"type": "string"
},
"AreaMeasurementId": {
"type": "integer"
},
"Guid": {
"type": "string"
},
"AddressId": {
"type": "integer"
}
},
"required": [
"Name",
"Vldnd"
]
}{
"BsnssPrtnrd": -75,
"SiteId": -9,
"SiteCode": -37,
"Name": "Lorem",
"Type": "Lorem",
"ValidFrom": "Lorem",
"Vldnd": "Lorem",
"AreaMeasurementId": 72,
"Guid": "Lorem",
"AddressId": -30
}| Property | Value |
| Document name | Space |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| FloorId | integer | false | |||
| SpaceId | integer | false | |||
| SpaceCode | integer | false | |||
| ValidFrom | string | false | [{ "dataType":"DateTime"}] | ||
| ValidEnd | string | true | [{ "dataType":"DateTime"}] | ||
| Name | string | true | |||
| SpaceNumber | string | false | |||
| AreaMeasurementId | integer | false | |||
| SpaceHightUsable | integer | false | |||
| SpaceHight | integer | false | |||
| SpaceVolumeGross | integer | false | |||
| SpaceVolumeNet | integer | false | |||
| SpacePerimeter | integer | false | |||
| Usage | string | false | |||
| FloorMaterial | string | false | |||
| WallMaterial | string | false | |||
| CeilingMaterial | string | false | |||
| Rentability | string | false | |||
| RentalArea | string | false | |||
| EffectZonesHeating | string | false | |||
| EffectZonesCooling | string | false | |||
| EffectZonesVentilation | string | false | |||
| EffectZonesSanitary | string | false | |||
| ClimateHeated | string | false | |||
| ClimateCooled | string | false | |||
| CoUseArea | string | false | |||
| MaximumOccupancy | integer | false | |||
| VentilationType | string | false | |||
| Acoustics | string | false | |||
| AcousticInsulation | string | false | |||
| Guid | string | false |
| Property | Value |
| Name | FloorId |
| Technical name | Flrd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpaceId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpaceCode |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | ValidEnd |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | true |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | true |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpaceNumber |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AreaMeasurementId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | AreaMeasurement |
| Foreign field | AreaMeasurementId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpaceHightUsable |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpaceHight |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpaceVolumeGross |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpaceVolumeNet |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpacePerimeter |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Usage |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FloorMaterial |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | WallMaterial |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CeilingMaterial |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Rentability |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RentalArea |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EffectZonesHeating |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EffectZonesCooling |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EffectZonesVentilation |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EffectZonesSanitary |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ClimateHeated |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ClimateCooled |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CoUseArea |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MaximumOccupancy |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | VentilationType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Acoustics |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AcousticInsulation |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Guid |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Space",
"additionalProperties": false,
"properties": {
"Flrd": {
"type": "integer"
},
"SpaceId": {
"type": "integer"
},
"SpaceCode": {
"type": "integer"
},
"ValidFrom": {
"type": "string"
},
"ValidEnd": {
"type": "string"
},
"Name": {
"type": "string"
},
"SpaceNumber": {
"type": "string"
},
"AreaMeasurementId": {
"type": "integer"
},
"SpaceHightUsable": {
"type": "integer"
},
"SpaceHight": {
"type": "integer"
},
"SpaceVolumeGross": {
"type": "integer"
},
"SpaceVolumeNet": {
"type": "integer"
},
"SpacePerimeter": {
"type": "integer"
},
"Usage": {
"type": "string"
},
"FloorMaterial": {
"type": "string"
},
"WallMaterial": {
"type": "string"
},
"CeilingMaterial": {
"type": "string"
},
"Rentability": {
"type": "string"
},
"RentalArea": {
"type": "string"
},
"EffectZonesHeating": {
"type": "string"
},
"EffectZonesCooling": {
"type": "string"
},
"EffectZonesVentilation": {
"type": "string"
},
"EffectZonesSanitary": {
"type": "string"
},
"ClimateHeated": {
"type": "string"
},
"ClimateCooled": {
"type": "string"
},
"CoUseArea": {
"type": "string"
},
"MaximumOccupancy": {
"type": "integer"
},
"VentilationType": {
"type": "string"
},
"Acoustics": {
"type": "string"
},
"AcousticInsulation": {
"type": "string"
},
"Guid": {
"type": "string"
}
},
"required": [
"ValidEnd",
"Name"
]
}{
"Flrd": 99,
"SpaceId": 42,
"SpaceCode": 96,
"ValidFrom": "Lorem",
"ValidEnd": "Lorem",
"Name": "Lorem",
"SpaceNumber": "Lorem",
"AreaMeasurementId": -64,
"SpaceHightUsable": -56,
"SpaceHight": -32,
"SpaceVolumeGross": -52,
"SpaceVolumeNet": 26,
"SpacePerimeter": 85,
"Usage": "Lorem",
"FloorMaterial": "Lorem",
"WallMaterial": "Lorem",
"CeilingMaterial": "Lorem",
"Rentability": "Lorem",
"RentalArea": "Lorem",
"EffectZonesHeating": "Lorem",
"EffectZonesCooling": "Lorem",
"EffectZonesVentilation": "Lorem",
"EffectZonesSanitary": "Lorem",
"ClimateHeated": "Lorem",
"ClimateCooled": "Lorem",
"CoUseArea": "Lorem",
"MaximumOccupancy": -11,
"VentilationType": "Lorem",
"Acoustics": "Lorem",
"AcousticInsulation": "Lorem",
"Guid": "Lorem"
}| Property | Value |
| Document name | UHoldingObject |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| UHoldingObjectId | integer | false | |||
| ProductId | integer | false | |||
| FireWall | boolean | false | |||
| FireResistanceClass | string | false | |||
| SurfaceArea | string | false | |||
| WallStrength | string | false | |||
| TypeOfSurface | string | false | |||
| WallConstruction | string | false | |||
| LoadBearingWall | boolean | false |
| Property | Value |
| Name | UHoldingObjectId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Product |
| Foreign field | ProductId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FireWall |
| Technical name | |
| Id | |
| Type | boolean |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Sample | |
| Comments |
| Property | Value |
| Name | FireResistanceClass |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SurfaceArea |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | WallStrength |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | TypeOfSurface |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | WallConstruction |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | LoadBearingWall |
| Technical name | |
| Id | |
| Type | boolean |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "UHoldingObject",
"additionalProperties": false,
"properties": {
"UHoldingObjectId": {
"type": "integer"
},
"ProductId": {
"type": "integer"
},
"FireWall": {
"type": "boolean"
},
"FireResistanceClass": {
"type": "string"
},
"SurfaceArea": {
"type": "string"
},
"WallStrength": {
"type": "string"
},
"TypeOfSurface": {
"type": "string"
},
"WallConstruction": {
"type": "string"
},
"LoadBearingWall": {
"type": "boolean"
}
}
}{
"UHoldingObjectId": -83,
"ProductId": 52,
"FireWall": true,
"FireResistanceClass": "Lorem",
"SurfaceArea": "Lorem",
"WallStrength": "Lorem",
"TypeOfSurface": "Lorem",
"WallConstruction": "Lorem",
"LoadBearingWall": true
}| Property | Value |
| Document name | XInterfacingObject |
| Technical name | |
| Id | |
| Description | |
| Group | Digital Twin |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| XInterfacingObjectId | integer | false | |||
| ProductId | integer | false | |||
| Type | string | false | |||
| Class | string | false | |||
| Activator | string | false | |||
| AVSVCoulingSwit | string | false | |||
| CircuitBreaker | string | false | |||
| ElectricalConnection | string | false | |||
| EmergencyPowerFeeds | string | false | |||
| FittingType | string | false | |||
| FuesProtection | string | false | |||
| FuseProtection | string | false | |||
| ModelRange | string | false | |||
| NumberOfCabinets | integer | false | |||
| NumberOfConverters | integer | false | |||
| NumberOfFeeds | integer | false | |||
| NumberOfPowerCurcuits | integer | false | |||
| NumberOFSafetExits | integer | false | |||
| OperatingVoltage | integer | false | |||
| OvervoltageProtection | string | false | |||
| Power | integer | false | |||
| PrimaryVoltage | integer | false | |||
| SecondaryVoltage | integer | false | |||
| VandalProofing | string | false | |||
| Version | string | false | |||
| Voltage | integer | false |
| Property | Value |
| Name | XInterfacingObjectId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProductId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Product |
| Foreign field | ProductId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Class |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Activator |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AVSVCoulingSwit |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CircuitBreaker |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ElectricalConnection |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EmergencyPowerFeeds |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FittingType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FuesProtection |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FuseProtection |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ModelRange |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfCabinets |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfConverters |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfFeeds |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOfPowerCurcuits |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NumberOFSafetExits |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | OperatingVoltage |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | OvervoltageProtection |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Power |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PrimaryVoltage |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SecondaryVoltage |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | VandalProofing |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Version |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Voltage |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "XInterfacingObject",
"additionalProperties": false,
"properties": {
"XInterfacingObjectId": {
"type": "integer"
},
"ProductId": {
"type": "integer"
},
"Type": {
"type": "string"
},
"Class": {
"type": "string"
},
"Activator": {
"type": "string"
},
"AVSVCoulingSwit": {
"type": "string"
},
"CircuitBreaker": {
"type": "string"
},
"ElectricalConnection": {
"type": "string"
},
"EmergencyPowerFeeds": {
"type": "string"
},
"FittingType": {
"type": "string"
},
"FuesProtection": {
"type": "string"
},
"FuseProtection": {
"type": "string"
},
"ModelRange": {
"type": "string"
},
"NumberOfCabinets": {
"type": "integer"
},
"NumberOfConverters": {
"type": "integer"
},
"NumberOfFeeds": {
"type": "integer"
},
"NumberOfPowerCurcuits": {
"type": "integer"
},
"NumberOFSafetExits": {
"type": "integer"
},
"OperatingVoltage": {
"type": "integer"
},
"OvervoltageProtection": {
"type": "string"
},
"Power": {
"type": "integer"
},
"PrimaryVoltage": {
"type": "integer"
},
"SecondaryVoltage": {
"type": "integer"
},
"VandalProofing": {
"type": "string"
},
"Version": {
"type": "string"
},
"Voltage": {
"type": "integer"
}
}
}{
"XInterfacingObjectId": 44,
"ProductId": -25,
"Type": "Lorem",
"Class": "Lorem",
"Activator": "Lorem",
"AVSVCoulingSwit": "Lorem",
"CircuitBreaker": "Lorem",
"ElectricalConnection": "Lorem",
"EmergencyPowerFeeds": "Lorem",
"FittingType": "Lorem",
"FuesProtection": "Lorem",
"FuseProtection": "Lorem",
"ModelRange": "Lorem",
"NumberOfCabinets": -20,
"NumberOfConverters": -64,
"NumberOfFeeds": -73,
"NumberOfPowerCurcuits": -9,
"NumberOFSafetExits": -85,
"OperatingVoltage": -19,
"OvervoltageProtection": "Lorem",
"Power": 47,
"PrimaryVoltage": -43,
"SecondaryVoltage": -15,
"VandalProofing": "Lorem",
"Version": "Lorem",
"Voltage": -69
}| Property | Value |
| Group name | Documentation |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | Document |
| Technical name | |
| Id | |
| Description | |
| Group | Documentation |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| DocumentId | integer | false |
| Property | Value |
| Name | DocumentId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Document",
"additionalProperties": false,
"properties": {
"DocumentId": {
"type": "integer"
}
}
}{
"DocumentId": -30
}| Property | Value |
| Document name | DocumentClassificationMasterData |
| Technical name | |
| Id | |
| Description | |
| Group | Documentation |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ClassificationId | string | false |
| Property | Value |
| Name | ClassificationId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "DocumentClassificationMasterData",
"additionalProperties": false,
"properties": {
"ClassificationId": {
"type": "string"
}
}
}{
"ClassificationId": "Lorem"
}| Property | Value |
| Group name | EnergyAndRessources |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | EmissionFactor |
| Technical name | |
| Id | |
| Description | |
| Group | EnergyAndRessources |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| Country | string | false | |||
| Type | string | false | |||
| ValidFrom | string | false | |||
| ValidTo | string | false | |||
| Value | integer | false | |||
| Region | string | false | |||
| City | string | false | |||
| GUID | string | false |
| Property | Value |
| Name | Country |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidTo |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Region |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | City |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GUID |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "EmissionFactor",
"additionalProperties": false,
"properties": {
"Country": {
"type": "string"
},
"Type": {
"type": "string"
},
"ValidFrom": {
"type": "string"
},
"ValidTo": {
"type": "string"
},
"Value": {
"type": "integer"
},
"Region": {
"type": "string"
},
"City": {
"type": "string"
},
"GUID": {
"type": "string"
}
}
}{
"Country": "Lorem",
"Type": "Lorem",
"ValidFrom": "Lorem",
"ValidTo": "Lorem",
"Value": -48,
"Region": "Lorem",
"City": "Lorem",
"GUID": "Lorem"
}| Property | Value |
| Document name | FutureGhgEmissions |
| Technical name | |
| Id | |
| Description | |
| Group | EnergyAndRessources |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| BuildingId | string | false | |||
| ValidFrom | string | false | |||
| ValidTo | string | false | |||
| Value | integer | false | |||
| GUID | string | false | |||
| FutureGhgEmissionsId | string | false | |||
| FutureOperationalMeasurementId | string | false | |||
| EmissionScope | string | false | |||
| ReportingType | string | false | |||
| LCA | string | false | |||
| Based OnUserEmissionFactor | boolean | false | |||
| Type | string | false | |||
| SubType | string | false |
| Property | Value |
| Name | BuildingId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Building |
| Foreign field | BuildingId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidTo |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GUID |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FutureGhgEmissionsId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FutureOperationalMeasurementId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EmissionScope |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ReportingType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | LCA |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Based OnUserEmissionFactor |
| Technical name | |
| Id | |
| Type | boolean |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SubType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "FutureGhgEmissions",
"additionalProperties": false,
"properties": {
"BuildingId": {
"type": "string"
},
"ValidFrom": {
"type": "string"
},
"ValidTo": {
"type": "string"
},
"Value": {
"type": "integer"
},
"GUID": {
"type": "string"
},
"FutureGhgEmissionsId": {
"type": "string"
},
"FutureOperationalMeasurementId": {
"type": "string"
},
"EmissionScope": {
"type": "string"
},
"ReportingType": {
"type": "string"
},
"LCA": {
"type": "string"
},
"Based OnUserEmissionFactor": {
"type": "boolean"
},
"Type": {
"type": "string"
},
"SubType": {
"type": "string"
}
}
}{
"BuildingId": "Lorem",
"ValidFrom": "Lorem",
"ValidTo": "Lorem",
"Value": 31,
"GUID": "Lorem",
"FutureGhgEmissionsId": "Lorem",
"FutureOperationalMeasurementId": "Lorem",
"EmissionScope": "Lorem",
"ReportingType": "Lorem",
"LCA": "Lorem",
"Based OnUserEmissionFactor": true,
"Type": "Lorem",
"SubType": "Lorem"
}| Property | Value |
| Document name | FutureOperationalMeasurement |
| Technical name | |
| Id | |
| Description | |
| Group | EnergyAndRessources |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| BuildingId | string | false | |||
| ValidFrom | string | false | |||
| ValidTo | string | false | |||
| Value | integer | false | |||
| GUID | string | false | |||
| futureOperationalMeasurementId | string | false | |||
| operationalMeasurementId | string | false | |||
| MeterId | string | false | |||
| PortfolioId | string | false | |||
| LandId | string | false | |||
| FloorId | string | false | |||
| SapceId | string | false | |||
| WorkplaceId | string | false | |||
| MeterNumber | integer | false | |||
| Type | string | false | |||
| SubType | string | false | |||
| Title | string | false | |||
| Unit | string | false | |||
| PostingDate | string | false | |||
| MeasurementDate | string | false | |||
| SpaceType | string | false | |||
| Lca | string | false | |||
| BusinessPartnerId | string | false | |||
| subOfOperationalMeasurementId | string | false | |||
| Purpose | string | false | |||
| ProcuredBy | string | false |
| Property | Value |
| Name | BuildingId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Building |
| Foreign field | BuildingId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidTo |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GUID |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | futureOperationalMeasurementId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | operationalMeasurementId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MeterId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PortfolioId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Portfolio |
| Foreign field | PortfolioId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | LandId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | WorkplaceId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MeterNumber |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SubType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Title |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Unit |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PostingDate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MeasurementDate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpaceType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Lca |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BusinessPartnerId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | BusinessPartner |
| Foreign field | BusinessPartnerId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | subOfOperationalMeasurementId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Purpose |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProcuredBy |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "FutureOperationalMeasurement",
"additionalProperties": false,
"properties": {
"BuildingId": {
"type": "string"
},
"ValidFrom": {
"type": "string"
},
"ValidTo": {
"type": "string"
},
"Value": {
"type": "integer"
},
"GUID": {
"type": "string"
},
"futureOperationalMeasurementId": {
"type": "string"
},
"operationalMeasurementId": {
"type": "string"
},
"MeterId": {
"type": "string"
},
"PortfolioId": {
"type": "string"
},
"LandId": {
"type": "string"
},
"FloorId": {
"type": "string"
},
"SapceId": {
"type": "string"
},
"WorkplaceId": {
"type": "string"
},
"MeterNumber": {
"type": "integer"
},
"Type": {
"type": "string"
},
"SubType": {
"type": "string"
},
"Title": {
"type": "string"
},
"Unit": {
"type": "string"
},
"PostingDate": {
"type": "string"
},
"MeasurementDate": {
"type": "string"
},
"SpaceType": {
"type": "string"
},
"Lca": {
"type": "string"
},
"BusinessPartnerId": {
"type": "string"
},
"subOfOperationalMeasurementId": {
"type": "string"
},
"Purpose": {
"type": "string"
},
"ProcuredBy": {
"type": "string"
}
}
}{
"BuildingId": "Lorem",
"ValidFrom": "Lorem",
"ValidTo": "Lorem",
"Value": 18,
"GUID": "Lorem",
"futureOperationalMeasurementId": "Lorem",
"operationalMeasurementId": "Lorem",
"MeterId": "Lorem",
"PortfolioId": "Lorem",
"LandId": "Lorem",
"FloorId": "Lorem",
"SapceId": "Lorem",
"WorkplaceId": "Lorem",
"MeterNumber": -61,
"Type": "Lorem",
"SubType": "Lorem",
"Title": "Lorem",
"Unit": "Lorem",
"PostingDate": "Lorem",
"MeasurementDate": "Lorem",
"SpaceType": "Lorem",
"Lca": "Lorem",
"BusinessPartnerId": "Lorem",
"subOfOperationalMeasurementId": "Lorem",
"Purpose": "Lorem",
"ProcuredBy": "Lorem"
}| Property | Value |
| Document name | OperationalMeasurement |
| Technical name | |
| Id | |
| Description | |
| Group | EnergyAndRessources |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| GUID | string | false | |||
| operationalMeasurementId | string | false | |||
| MeterId | integer | false | |||
| PortfolioId | string | false | |||
| LandId | string | false | |||
| BuildingId | string | false | |||
| FloorId | string | false | |||
| SpaceId | string | false | |||
| WorkplaceId | string | false | |||
| MeterNumber | integer | false | |||
| Type | string | false | |||
| SubType | string | false | |||
| Title | string | false | |||
| Value | integer | false | |||
| Unit | string | false | |||
| PostingDate | string | false | |||
| MeasurementDate | string | false | |||
| ValidFrom | string | false | |||
| ValidTo | string | false | |||
| ProcuredBy | string | false | |||
| SpaceType | string | false | |||
| Lca | string | false | |||
| BusinessPartnerId | string | false | |||
| subOfOperationalMeasurementId | string | false | |||
| Purpose | string | false |
| Property | Value |
| Name | GUID |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | operationalMeasurementId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MeterId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PortfolioId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | LandId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BuildingId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Building |
| Foreign field | BuildingId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FloorId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpaceId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | WorkplaceId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MeterNumber |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SubType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Title |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Unit |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PostingDate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MeasurementDate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidTo |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProcuredBy |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpaceType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Lca |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BusinessPartnerId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | subOfOperationalMeasurementId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Purpose |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "OperationalMeasurement",
"additionalProperties": false,
"properties": {
"GUID": {
"type": "string"
},
"operationalMeasurementId": {
"type": "string"
},
"MeterId": {
"type": "integer"
},
"PortfolioId": {
"type": "string"
},
"LandId": {
"type": "string"
},
"BuildingId": {
"type": "string"
},
"FloorId": {
"type": "string"
},
"SpaceId": {
"type": "string"
},
"WorkplaceId": {
"type": "string"
},
"MeterNumber": {
"type": "integer"
},
"Type": {
"type": "string"
},
"SubType": {
"type": "string"
},
"Title": {
"type": "string"
},
"Value": {
"type": "integer"
},
"Unit": {
"type": "string"
},
"PostingDate": {
"type": "string"
},
"MeasurementDate": {
"type": "string"
},
"ValidFrom": {
"type": "string"
},
"ValidTo": {
"type": "string"
},
"ProcuredBy": {
"type": "string"
},
"SpaceType": {
"type": "string"
},
"Lca": {
"type": "string"
},
"BusinessPartnerId": {
"type": "string"
},
"subOfOperationalMeasurementId": {
"type": "string"
},
"Purpose": {
"type": "string"
}
}
}{
"GUID": "Lorem",
"operationalMeasurementId": "Lorem",
"MeterId": 48,
"PortfolioId": "Lorem",
"LandId": "Lorem",
"BuildingId": "Lorem",
"FloorId": "Lorem",
"SpaceId": "Lorem",
"WorkplaceId": "Lorem",
"MeterNumber": -53,
"Type": "Lorem",
"SubType": "Lorem",
"Title": "Lorem",
"Value": -86,
"Unit": "Lorem",
"PostingDate": "Lorem",
"MeasurementDate": "Lorem",
"ValidFrom": "Lorem",
"ValidTo": "Lorem",
"ProcuredBy": "Lorem",
"SpaceType": "Lorem",
"Lca": "Lorem",
"BusinessPartnerId": "Lorem",
"subOfOperationalMeasurementId": "Lorem",
"Purpose": "Lorem"
}| Property | Value |
| Document name | Prices |
| Technical name | |
| Id | |
| Description | |
| Group | EnergyAndRessources |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| BuildingId | string | false | |||
| ValidFrom | string | false | |||
| ValidTo | string | false | |||
| Value | integer | false | |||
| GUID | string | false | |||
| PricesId | string | false | |||
| Type | string | false | |||
| MeasurementId | string | false | |||
| BusinessPartnerId | string | false | |||
| Country | string | false | |||
| Region | string | false | |||
| City | string | false |
| Property | Value |
| Name | BuildingId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Building |
| Foreign field | BuildingId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidTo |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GUID |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PricesId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MeasurementId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | OperationalMeasurement |
| Foreign field | operationalMeasurementId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BusinessPartnerId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | BusinessPartner |
| Foreign field | BusinessPartnerId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Country |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Region |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | City |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Prices",
"additionalProperties": false,
"properties": {
"BuildingId": {
"type": "string"
},
"ValidFrom": {
"type": "string"
},
"ValidTo": {
"type": "string"
},
"Value": {
"type": "integer"
},
"GUID": {
"type": "string"
},
"PricesId": {
"type": "string"
},
"Type": {
"type": "string"
},
"MeasurementId": {
"type": "string"
},
"BusinessPartnerId": {
"type": "string"
},
"Country": {
"type": "string"
},
"Region": {
"type": "string"
},
"City": {
"type": "string"
}
}
}{
"BuildingId": "Lorem",
"ValidFrom": "Lorem",
"ValidTo": "Lorem",
"Value": -89,
"GUID": "Lorem",
"PricesId": "Lorem",
"Type": "Lorem",
"MeasurementId": "Lorem",
"BusinessPartnerId": "Lorem",
"Country": "Lorem",
"Region": "Lorem",
"City": "Lorem"
}| Property | Value |
| Document name | SustainabilityIndicatorsBuilding |
| Technical name | |
| Id | |
| Description | |
| Group | EnergyAndRessources |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Property | Value |
| Name | BuildingId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Building |
| Foreign field | BuildingId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GUID |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsTotalLocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsScope1LocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsScope2LocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsScope3LocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsTotalMarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsScope1MarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsScope2MarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsScope3MarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgIntensityRentableLocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NetEnergyDemandIntensityRentable |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgIntensityRentableMarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgIntensityERALocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgIntensityERAMarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NetEnergyDemandIntensityERA |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgIntensityGIALocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgIntensityGIAMarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NetEnergyDemandIntensityGIA |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NetEnergyDemand |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EnergyConsumption |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | shareOfRenewables |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | shareOfRenewablesIncludingOffsite |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | validFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | validTo |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | strandedGHG_1.5 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | strandedGHG_2 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | strandedEnergy_1.5 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | strandedEnergy_2 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | excessEmissions_1.5 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | excessEmissions_2 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | costsOfExcessEmissions_1.5 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | costsOfExcessEmissions_2 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | discountRate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NPVofExcessEmissions_1.5 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NPVofExcessEmissions_2 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NPV_1.5_sum |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | carbonPenaltyRisk_1.5 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NPV_2_sum |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | carbonPenaltyRisk_2 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | carbonCosts |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "SustainabilityIndicatorsBuilding",
"additionalProperties": false,
"properties": {
"BuildingId": {
"type": "string"
},
"GUID": {
"type": "string"
},
"GhgEmissionsTotalLocationBased": {
"type": "string"
},
"GhgEmissionsScope1LocationBased": {
"type": "string"
},
"GhgEmissionsScope2LocationBased": {
"type": "string"
},
"GhgEmissionsScope3LocationBased": {
"type": "string"
},
"GhgEmissionsTotalMarketBased": {
"type": "string"
},
"GhgEmissionsScope1MarketBased": {
"type": "string"
},
"GhgEmissionsScope2MarketBased": {
"type": "string"
},
"GhgEmissionsScope3MarketBased": {
"type": "string"
},
"GhgIntensityRentableLocationBased": {
"type": "string"
},
"NetEnergyDemandIntensityRentable": {
"type": "string"
},
"GhgIntensityRentableMarketBased": {
"type": "string"
},
"GhgIntensityERALocationBased": {
"type": "string"
},
"GhgIntensityERAMarketBased": {
"type": "string"
},
"NetEnergyDemandIntensityERA": {
"type": "string"
},
"GhgIntensityGIALocationBased": {
"type": "string"
},
"GhgIntensityGIAMarketBased": {
"type": "string"
},
"NetEnergyDemandIntensityGIA": {
"type": "string"
},
"NetEnergyDemand": {
"type": "string"
},
"EnergyConsumption": {
"type": "string"
},
"shareOfRenewables": {
"type": "string"
},
"shareOfRenewablesIncludingOffsite": {
"type": "string"
},
"validFrom": {
"type": "string"
},
"validTo": {
"type": "string"
},
"strandedGHG_1.5": {
"type": "string"
},
"strandedGHG_2": {
"type": "string"
},
"strandedEnergy_1.5": {
"type": "string"
},
"strandedEnergy_2": {
"type": "string"
},
"excessEmissions_1.5": {
"type": "string"
},
"excessEmissions_2": {
"type": "string"
},
"costsOfExcessEmissions_1.5": {
"type": "string"
},
"costsOfExcessEmissions_2": {
"type": "string"
},
"discountRate": {
"type": "string"
},
"NPVofExcessEmissions_1.5": {
"type": "string"
},
"NPVofExcessEmissions_2": {
"type": "string"
},
"NPV_1.5_sum": {
"type": "string"
},
"carbonPenaltyRisk_1.5": {
"type": "string"
},
"NPV_2_sum": {
"type": "string"
},
"carbonPenaltyRisk_2": {
"type": "string"
},
"carbonCosts": {
"type": "string"
},
"Type": {
"type": "string"
}
}
}{
"BuildingId": "Lorem",
"GUID": "Lorem",
"GhgEmissionsTotalLocationBased": "Lorem",
"GhgEmissionsScope1LocationBased": "Lorem",
"GhgEmissionsScope2LocationBased": "Lorem",
"GhgEmissionsScope3LocationBased": "Lorem",
"GhgEmissionsTotalMarketBased": "Lorem",
"GhgEmissionsScope1MarketBased": "Lorem",
"GhgEmissionsScope2MarketBased": "Lorem",
"GhgEmissionsScope3MarketBased": "Lorem",
"GhgIntensityRentableLocationBased": "Lorem",
"NetEnergyDemandIntensityRentable": "Lorem",
"GhgIntensityRentableMarketBased": "Lorem",
"GhgIntensityERALocationBased": "Lorem",
"GhgIntensityERAMarketBased": "Lorem",
"NetEnergyDemandIntensityERA": "Lorem",
"GhgIntensityGIALocationBased": "Lorem",
"GhgIntensityGIAMarketBased": "Lorem",
"NetEnergyDemandIntensityGIA": "Lorem",
"NetEnergyDemand": "Lorem",
"EnergyConsumption": "Lorem",
"shareOfRenewables": "Lorem",
"shareOfRenewablesIncludingOffsite": "Lorem",
"validFrom": "Lorem",
"validTo": "Lorem",
"strandedGHG_1.5": "Lorem",
"strandedGHG_2": "Lorem",
"strandedEnergy_1.5": "Lorem",
"strandedEnergy_2": "Lorem",
"excessEmissions_1.5": "Lorem",
"excessEmissions_2": "Lorem",
"costsOfExcessEmissions_1.5": "Lorem",
"costsOfExcessEmissions_2": "Lorem",
"discountRate": "Lorem",
"NPVofExcessEmissions_1.5": "Lorem",
"NPVofExcessEmissions_2": "Lorem",
"NPV_1.5_sum": "Lorem",
"carbonPenaltyRisk_1.5": "Lorem",
"NPV_2_sum": "Lorem",
"carbonPenaltyRisk_2": "Lorem",
"carbonCosts": "Lorem",
"Type": "Lorem"
}| Property | Value |
| Document name | SustainabilityIndicatorsCompany |
| Technical name | |
| Id | |
| Description | |
| Group | EnergyAndRessources |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Property | Value |
| Name | BusinessPartnerId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | BusinessPartner |
| Foreign field | BusinessPartnerId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GUID |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsTotalLocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsScope1LocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsScope2LocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsScope3LocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsTotalMarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsScope1MarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsScope2MarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgEmissionsScope3MarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgIntensityRentableLocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NetEnergyDemandIntensityRentable |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgIntensityRentableMarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgIntensityERALocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgIntensityERAMarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NetEnergyDemandIntensityERA |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgIntensityGIALocationBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GhgIntensityGIAMarketBased |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NetEnergyDemandIntensityGIA |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | NetEnergyDemand |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | shareOfRenewables |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | validFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | validTo |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | strandedGhgShareBuildings_1.5 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | strandedGhgShareBuildings_2 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | strandedGhgShareArea_1.5 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | strandedGhgShareArea_2 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | strandedGhgShareMarketValue_1.5 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | strandedGhgShareMarketValue_2 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EnergyConsumption |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "SustainabilityIndicatorsCompany",
"additionalProperties": false,
"properties": {
"BusinessPartnerId": {
"type": "string"
},
"GUID": {
"type": "string"
},
"GhgEmissionsTotalLocationBased": {
"type": "string"
},
"GhgEmissionsScope1LocationBased": {
"type": "string"
},
"GhgEmissionsScope2LocationBased": {
"type": "string"
},
"GhgEmissionsScope3LocationBased": {
"type": "string"
},
"GhgEmissionsTotalMarketBased": {
"type": "string"
},
"GhgEmissionsScope1MarketBased": {
"type": "string"
},
"GhgEmissionsScope2MarketBased": {
"type": "string"
},
"GhgEmissionsScope3MarketBased": {
"type": "string"
},
"GhgIntensityRentableLocationBased": {
"type": "string"
},
"NetEnergyDemandIntensityRentable": {
"type": "string"
},
"GhgIntensityRentableMarketBased": {
"type": "string"
},
"GhgIntensityERALocationBased": {
"type": "string"
},
"GhgIntensityERAMarketBased": {
"type": "string"
},
"NetEnergyDemandIntensityERA": {
"type": "string"
},
"GhgIntensityGIALocationBased": {
"type": "string"
},
"GhgIntensityGIAMarketBased": {
"type": "string"
},
"NetEnergyDemandIntensityGIA": {
"type": "string"
},
"NetEnergyDemand": {
"type": "string"
},
"shareOfRenewables": {
"type": "string"
},
"validFrom": {
"type": "string"
},
"validTo": {
"type": "string"
},
"strandedGhgShareBuildings_1.5": {
"type": "string"
},
"strandedGhgShareBuildings_2": {
"type": "string"
},
"strandedGhgShareArea_1.5": {
"type": "string"
},
"strandedGhgShareArea_2": {
"type": "string"
},
"strandedGhgShareMarketValue_1.5": {
"type": "string"
},
"strandedGhgShareMarketValue_2": {
"type": "string"
},
"EnergyConsumption": {
"type": "string"
}
}
}{
"BusinessPartnerId": "Lorem",
"GUID": "Lorem",
"GhgEmissionsTotalLocationBased": "Lorem",
"GhgEmissionsScope1LocationBased": "Lorem",
"GhgEmissionsScope2LocationBased": "Lorem",
"GhgEmissionsScope3LocationBased": "Lorem",
"GhgEmissionsTotalMarketBased": "Lorem",
"GhgEmissionsScope1MarketBased": "Lorem",
"GhgEmissionsScope2MarketBased": "Lorem",
"GhgEmissionsScope3MarketBased": "Lorem",
"GhgIntensityRentableLocationBased": "Lorem",
"NetEnergyDemandIntensityRentable": "Lorem",
"GhgIntensityRentableMarketBased": "Lorem",
"GhgIntensityERALocationBased": "Lorem",
"GhgIntensityERAMarketBased": "Lorem",
"NetEnergyDemandIntensityERA": "Lorem",
"GhgIntensityGIALocationBased": "Lorem",
"GhgIntensityGIAMarketBased": "Lorem",
"NetEnergyDemandIntensityGIA": "Lorem",
"NetEnergyDemand": "Lorem",
"shareOfRenewables": "Lorem",
"validFrom": "Lorem",
"validTo": "Lorem",
"strandedGhgShareBuildings_1.5": "Lorem",
"strandedGhgShareBuildings_2": "Lorem",
"strandedGhgShareArea_1.5": "Lorem",
"strandedGhgShareArea_2": "Lorem",
"strandedGhgShareMarketValue_1.5": "Lorem",
"strandedGhgShareMarketValue_2": "Lorem",
"EnergyConsumption": "Lorem"
}| Property | Value |
| Document name | SustainabilityTargets |
| Technical name | |
| Id | |
| Description | |
| Group | EnergyAndRessources |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ValidFrom | string | false | |||
| ValidTo | string | false | |||
| Value | integer | false | |||
| GUID | string | false | |||
| SustainabilityTargetsId | string | false | |||
| Country | string | false | |||
| Type | string | false | |||
| SubType | string | false | |||
| BuildingType | string | false | |||
| Standard | string | false | |||
| Name | string | false | |||
| Value | integer | false |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidTo |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GUID |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SustainabilityTargetsId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Country |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SubType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BuildingType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Standard |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "SustainabilityTargets",
"additionalProperties": false,
"properties": {
"ValidFrom": {
"type": "string"
},
"ValidTo": {
"type": "string"
},
"Value": {
"type": "integer"
},
"GUID": {
"type": "string"
},
"SustainabilityTargetsId": {
"type": "string"
},
"Country": {
"type": "string"
},
"Type": {
"type": "string"
},
"SubType": {
"type": "string"
},
"BuildingType": {
"type": "string"
},
"Standard": {
"type": "string"
},
"Name": {
"type": "string"
}
}
}{
"ValidFrom": "Lorem",
"ValidTo": "Lorem",
"Value": -97,
"GUID": "Lorem",
"SustainabilityTargetsId": "Lorem",
"Country": "Lorem",
"Type": "Lorem",
"SubType": "Lorem",
"BuildingType": "Lorem",
"Standard": "Lorem",
"Name": "Lorem"
}| Property | Value |
| Document name | UserEmissionFactor |
| Technical name | |
| Id | |
| Description | |
| Group | EnergyAndRessources |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| BuildingId | string | false | |||
| Type | string | false | |||
| ValidFrom | string | false | |||
| ValidTo | string | false | |||
| BusinessPartnerId | string | false | |||
| Country | string | false | |||
| Region | string | false | |||
| City | string | false | |||
| MeasurementId | string | false | |||
| Value | integer | false | |||
| GUID | string | false |
| Property | Value |
| Name | BuildingId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Building |
| Foreign field | BuildingId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidTo |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BusinessPartnerId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | BusinessPartner |
| Foreign field | BusinessPartnerId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Country |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Region |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | City |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MeasurementId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | OperationalMeasurement |
| Foreign field | operationalMeasurementId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GUID |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "UserEmissionFactor",
"additionalProperties": false,
"properties": {
"BuildingId": {
"type": "string"
},
"Type": {
"type": "string"
},
"ValidFrom": {
"type": "string"
},
"ValidTo": {
"type": "string"
},
"BusinessPartnerId": {
"type": "string"
},
"Country": {
"type": "string"
},
"Region": {
"type": "string"
},
"City": {
"type": "string"
},
"MeasurementId": {
"type": "string"
},
"Value": {
"type": "integer"
},
"GUID": {
"type": "string"
}
}
}{
"BuildingId": "Lorem",
"Type": "Lorem",
"ValidFrom": "Lorem",
"ValidTo": "Lorem",
"BusinessPartnerId": "Lorem",
"Country": "Lorem",
"Region": "Lorem",
"City": "Lorem",
"MeasurementId": "Lorem",
"Value": 14,
"GUID": "Lorem"
}| Property | Value |
| Document name | gHgEmissions |
| Technical name | |
| Id | |
| Description | |
| Group | EnergyAndRessources |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| operationalMeasurementId | integer | false | |||
| BuildingId | string | false | |||
| EmissionScope | string | false | |||
| ReportingType | string | false | |||
| LCA | string | false | |||
| ValidFrom | string | false | |||
| ValidTo | string | false | |||
| Value | string | false | |||
| BasedOnUserEmission | boolean | false | |||
| Type | string | false | |||
| GUID | string | false | |||
| SubType | string | false |
| Property | Value |
| Name | operationalMeasurementId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | OperationalMeasurement |
| Foreign field | operationalMeasurementId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BuildingId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Building |
| Foreign field | BuildingId |
| Relationship type | Foreign Key |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EmissionScope |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ReportingType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | LCA |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidFrom |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidTo |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BasedOnUserEmission |
| Technical name | |
| Id | |
| Type | boolean |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GUID |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SubType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "gHgEmissions",
"additionalProperties": false,
"properties": {
"operationalMeasurementId": {
"type": "integer"
},
"BuildingId": {
"type": "string"
},
"EmissionScope": {
"type": "string"
},
"ReportingType": {
"type": "string"
},
"LCA": {
"type": "string"
},
"ValidFrom": {
"type": "string"
},
"ValidTo": {
"type": "string"
},
"Value": {
"type": "string"
},
"BasedOnUserEmission": {
"type": "boolean"
},
"Type": {
"type": "string"
},
"GUID": {
"type": "string"
},
"SubType": {
"type": "string"
}
}
}{
"operationalMeasurementId": -63,
"BuildingId": "Lorem",
"EmissionScope": "Lorem",
"ReportingType": "Lorem",
"LCA": "Lorem",
"ValidFrom": "Lorem",
"ValidTo": "Lorem",
"Value": "Lorem",
"BasedOnUserEmission": true,
"Type": "Lorem",
"GUID": "Lorem",
"SubType": "Lorem"
}| Property | Value |
| Group name | Facility Management |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | EquipmentMonitoring |
| Technical name | |
| Id | |
| Description | |
| Group | Facility Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| EquipmentId | number | false | |||
| EquipmentUtilisation | string | false | |||
| EquipmentService | string | false | |||
| EquipmentStatus | string | false | |||
| RootCause | string | false | |||
| Value | number | false | |||
| Unit | string | false | |||
| BuildingId | number | false | |||
| ActivityId | string | false |
| Property | Value |
| Name | EquipmentId |
| Technical name | |
| Id | |
| Type | numeric |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EquipmentUtilisation |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EquipmentService |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EquipmentStatus |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RootCause |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | |
| Id | |
| Type | numeric |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Unit |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BuildingId |
| Technical name | |
| Id | |
| Type | numeric |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ActivityId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "EquipmentMonitoring",
"additionalProperties": false,
"properties": {
"EquipmentId": {
"type": "number"
},
"EquipmentUtilisation": {
"type": "string"
},
"EquipmentService": {
"type": "string"
},
"EquipmentStatus": {
"type": "string"
},
"RootCause": {
"type": "string"
},
"Value": {
"type": "number"
},
"Unit": {
"type": "string"
},
"BuildingId": {
"type": "number"
},
"ActivityId": {
"type": "string"
}
}
}{
"EquipmentId": -36,
"EquipmentUtilisation": "Lorem",
"EquipmentService": "Lorem",
"EquipmentStatus": "Lorem",
"RootCause": "Lorem",
"Value": 70,
"Unit": "Lorem",
"BuildingId": 18,
"ActivityId": "Lorem"
}| Property | Value |
| Document name | InspectionData |
| Technical name | |
| Id | |
| Description | |
| Group | Facility Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| InspectId | integer | false |
| Property | Value |
| Name | InspectId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "InspectionData",
"additionalProperties": false,
"properties": {
"InspectId": {
"type": "integer"
}
}
}{
"InspectId": -80
}| Property | Value |
| Document name | MaintenancePlan |
| Technical name | |
| Id | |
| Description | |
| Group | Facility Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| PlanId | integer | false |
| Property | Value |
| Name | PlanId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "MaintenancePlan",
"additionalProperties": false,
"properties": {
"PlanId": {
"type": "integer"
}
}
}{
"PlanId": 99
}| Property | Value |
| Document name | ObjectStatusStrategy |
| Technical name | |
| Id | |
| Description | |
| Group | Facility Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| StatusId | integer | false |
| Property | Value |
| Name | StatusId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "ObjectStatusStrategy",
"additionalProperties": false,
"properties": {
"StatusId": {
"type": "integer"
}
}
}{
"StatusId": 25
}| Property | Value |
| Document name | TicketsNotification |
| Technical name | |
| Id | |
| Description | |
| Group | Facility Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| NotificationId | integer | false |
| Property | Value |
| Name | NotificationId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "TicketsNotification",
"additionalProperties": false,
"properties": {
"NotificationId": {
"type": "integer"
}
}
}{
"NotificationId": 50
}| Property | Value |
| Group name | Financials |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | Account |
| Technical name | |
| Id | |
| Description | |
| Group | Financials |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| AccountId | integer | false | |||
| Name | string | false | |||
| Category | string | false |
| Property | Value |
| Name | AccountId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Category |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | Income,Expenses,Revenue,Asset,Liabilities,OffsetAccount |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Account",
"additionalProperties": false,
"properties": {
"AccountId": {
"type": "integer"
},
"Name": {
"type": "string"
},
"Category": {
"type": "string",
"enum": [
"Income",
"Expenses",
"Revenue",
"Asset",
"Liabilities",
"OffsetAccount"
]
}
}
}{
"AccountId": 47,
"Name": "Lorem",
"Category": "OffsetAccount"
}| Property | Value |
| Document name | Budget |
| Technical name | |
| Id | |
| Description | |
| Group | Financials |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| BudgetId | integer | false | |||
| Type | string | false |
| Property | Value |
| Name | BudgetId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Budget",
"additionalProperties": false,
"properties": {
"BudgetId": {
"type": "integer"
},
"Type": {
"type": "string"
}
}
}{
"BudgetId": 58,
"Type": "Lorem"
}| Property | Value |
| Document name | CostObject |
| Technical name | |
| Id | |
| Description | |
| Group | Financials |
| RESTful API | false |
| Additional properties | false |
| Comments | The Entity for Cost Center |
| Field | Type | Req | Key | Description | Comments |
| Id | integer | false | |||
| Name | string | false | |||
| Type | string | false | |||
| Value | string | false | |||
| PortfolioId | string | false | |||
| SiteId | string | false | |||
| BuildingId | string | false |
| Property | Value |
| Name | Id |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PortfolioId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SiteId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BuildingId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "CostObject",
"additionalProperties": false,
"properties": {
"Id": {
"type": "integer"
},
"Name": {
"type": "string"
},
"Type": {
"type": "string"
},
"Value": {
"type": "string"
},
"PortfolioId": {
"type": "string"
},
"SiteId": {
"type": "string"
},
"BuildingId": {
"type": "string"
}
}
}{
"Id": 46,
"Name": "Lorem",
"Type": "Lorem",
"Value": "Lorem",
"PortfolioId": "Lorem",
"SiteId": "Lorem",
"BuildingId": "Lorem"
}| Property | Value |
| Document name | CostTransaction |
| Technical name | CstTrnsctn |
| Id | |
| Description | |
| Group | Financials |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| TransactionId | integer | false | |||
| PostingDate | string | false | [{ "dataType":"DateTime"}] | ||
| CostObjectId | integer | false | |||
| CostGroupId | integer | false | |||
| CostCategoryId | integer | false | |||
| CostTypeId | integer | false | |||
| CostElementId | integer | false | |||
| CostValue | integer | false | |||
| Currency | string | false | |||
| DocumentId | string | false | |||
| AccountId | integer | false |
| Property | Value |
| Name | TransactionId |
| Technical name | Trnsctnd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PostingDate |
| Technical name | PstngDt |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | CostObjectId |
| Technical name | Cstbjctd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CostGroupId |
| Technical name | CstGrpd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CostCategoryId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CostTypeId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CostElementId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CostValue |
| Technical name | CstVl |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Currency |
| Technical name | Crrncy |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | DocumentId |
| Technical name | Dcmntd |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AccountId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "CostTransaction",
"additionalProperties": false,
"properties": {
"Trnsctnd": {
"type": "integer"
},
"PstngDt": {
"type": "string"
},
"Cstbjctd": {
"type": "integer"
},
"CstGrpd": {
"type": "integer"
},
"CostCategoryId": {
"type": "integer"
},
"CostTypeId": {
"type": "integer"
},
"CostElementId": {
"type": "integer"
},
"CstVl": {
"type": "integer"
},
"Crrncy": {
"type": "string"
},
"Dcmntd": {
"type": "string"
},
"AccountId": {
"type": "integer"
}
}
}{
"Trnsctnd": 81,
"PstngDt": "Lorem",
"Cstbjctd": 75,
"CstGrpd": 40,
"CostCategoryId": 2,
"CostTypeId": 6,
"CostElementId": 85,
"CstVl": -64,
"Crrncy": "Lorem",
"Dcmntd": "Lorem",
"AccountId": -57
}| Property | Value |
| Document name | Invoicing |
| Technical name | |
| Id | |
| Description | |
| Group | Financials |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| Vat | integer | false | |||
| InvoiceId | integer | false |
| Property | Value |
| Name | Vat |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | InvoiceId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Invoicing",
"additionalProperties": false,
"properties": {
"Vat": {
"type": "integer"
},
"InvoiceId": {
"type": "integer"
}
}
}{
"Vat": -23,
"InvoiceId": -12
}| Property | Value |
| Group name | InvestmentManagement |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | Financing |
| Technical name | |
| Id | |
| Description | |
| Group | InvestmentManagement |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| FinancingId | integer | false |
| Property | Value |
| Name | FinancingId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Financing",
"additionalProperties": false,
"properties": {
"FinancingId": {
"type": "integer"
}
}
}{
"FinancingId": -7
}| Property | Value |
| Document name | FondStructure |
| Technical name | |
| Id | |
| Description | |
| Group | InvestmentManagement |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| FondStructureId | integer | false |
| Property | Value |
| Name | FondStructureId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "FondStructure",
"additionalProperties": false,
"properties": {
"FondStructureId": {
"type": "integer"
}
}
}{
"FondStructureId": -64
}| Property | Value |
| Group name | MarketData |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | DemandData |
| Technical name | |
| Id | |
| Description | |
| Group | MarketData |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| DemandDataId | integer | false |
| Property | Value |
| Name | DemandDataId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "DemandData",
"additionalProperties": false,
"properties": {
"DemandDataId": {
"type": "integer"
}
}
}{
"DemandDataId": 1
}| Property | Value |
| Document name | DemographicData |
| Technical name | |
| Id | |
| Description | |
| Group | MarketData |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| DemographicDataId | integer | false |
| Property | Value |
| Name | DemographicDataId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "DemographicData",
"additionalProperties": false,
"properties": {
"DemographicDataId": {
"type": "integer"
}
}
}{
"DemographicDataId": -61
}| Property | Value |
| Document name | LocationInformation |
| Technical name | |
| Id | |
| Description | |
| Group | MarketData |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| InformationId | integer | false |
| Property | Value |
| Name | InformationId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "LocationInformation",
"additionalProperties": false,
"properties": {
"InformationId": {
"type": "integer"
}
}
}{
"InformationId": 16
}| Property | Value |
| Document name | MobilityData |
| Technical name | |
| Id | |
| Description | |
| Group | MarketData |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| MobilityDataId | integer | false |
| Property | Value |
| Name | MobilityDataId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "MobilityData",
"additionalProperties": false,
"properties": {
"MobilityDataId": {
"type": "integer"
}
}
}{
"MobilityDataId": -46
}| Property | Value |
| Document name | RentalData |
| Technical name | |
| Id | |
| Description | |
| Group | MarketData |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| RentalDataId | integer | false |
| Property | Value |
| Name | RentalDataId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "RentalData",
"additionalProperties": false,
"properties": {
"RentalDataId": {
"type": "integer"
}
}
}{
"RentalDataId": -98
}| Property | Value |
| Group name | Order Management |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | FrameworkContract |
| Technical name | |
| Id | |
| Description | |
| Group | Order Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ContractId | integer | false | |||
| ContractTpe | string | false | |||
| IssuerId | string | false | |||
| RecipientId | string | false | |||
| ValiditStart | string | false | |||
| ValiditEnd | string | false | |||
| Terms | string | false | |||
| Value | integer | false | |||
| Currenc | string | false | |||
| DocumentId | string | false | |||
| SiteId | string | false | |||
| BuildingId | string | false | |||
| FloorId | string | false | |||
| SpaceId | string | false |
| Property | Value |
| Name | ContractId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContractTpe |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | IssuerId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RecipientId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValiditStart |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValiditEnd |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Terms |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Value |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Currenc |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | DocumentId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SiteId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BuildingId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FloorId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SpaceId |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "FrameworkContract",
"additionalProperties": false,
"properties": {
"ContractId": {
"type": "integer"
},
"ContractTpe": {
"type": "string"
},
"IssuerId": {
"type": "string"
},
"RecipientId": {
"type": "string"
},
"ValiditStart": {
"type": "string"
},
"ValiditEnd": {
"type": "string"
},
"Terms": {
"type": "string"
},
"Value": {
"type": "integer"
},
"Currenc": {
"type": "string"
},
"DocumentId": {
"type": "string"
},
"SiteId": {
"type": "string"
},
"BuildingId": {
"type": "string"
},
"FloorId": {
"type": "string"
},
"SpaceId": {
"type": "string"
}
}
}{
"ContractId": -45,
"ContractTpe": "Lorem",
"IssuerId": "Lorem",
"RecipientId": "Lorem",
"ValiditStart": "Lorem",
"ValiditEnd": "Lorem",
"Terms": "Lorem",
"Value": -38,
"Currenc": "Lorem",
"DocumentId": "Lorem",
"SiteId": "Lorem",
"BuildingId": "Lorem",
"FloorId": "Lorem",
"SpaceId": "Lorem"
}| Property | Value |
| Document name | GoodIssueServiceConfirmation |
| Technical name | |
| Id | |
| Description | |
| Group | Order Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ConfirmationId | integer | false |
| Property | Value |
| Name | ConfirmationId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "GoodIssueServiceConfirmation",
"additionalProperties": false,
"properties": {
"ConfirmationId": {
"type": "integer"
}
}
}{
"ConfirmationId": -96
}| Property | Value |
| Document name | Insurance |
| Technical name | |
| Id | |
| Description | |
| Group | Order Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| InsuranceId | integer | false |
| Property | Value |
| Name | InsuranceId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Insurance",
"additionalProperties": false,
"properties": {
"InsuranceId": {
"type": "integer"
}
}
}{
"InsuranceId": -64
}| Property | Value |
| Document name | MaintenanceContract |
| Technical name | |
| Id | |
| Description | |
| Group | Order Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ContractId | integer | false | |||
| Type | string | false | |||
| MaintenanceDuty | string | false | |||
| CalibrationPeriod | string | false | |||
| DateofApproval | string | false | [{ "dataType":"DateTime"}] | ||
| CommissioningDate | string | false | |||
| WarrantyPeriod | string | false | |||
| ServiceLife | string | false | |||
| MaintenanceInterval | string | false |
| Property | Value |
| Name | ContractId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MaintenanceDuty |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CalibrationPeriod |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | DateofApproval |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | CommissioningDate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | WarrantyPeriod |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ServiceLife |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | MaintenanceInterval |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "MaintenanceContract",
"additionalProperties": false,
"properties": {
"ContractId": {
"type": "integer"
},
"Type": {
"type": "string"
},
"MaintenanceDuty": {
"type": "string"
},
"CalibrationPeriod": {
"type": "string"
},
"DateofApproval": {
"type": "string"
},
"CommissioningDate": {
"type": "string"
},
"WarrantyPeriod": {
"type": "string"
},
"ServiceLife": {
"type": "string"
},
"MaintenanceInterval": {
"type": "string"
}
}
}{
"ContractId": -91,
"Type": "Lorem",
"MaintenanceDuty": "Lorem",
"CalibrationPeriod": "Lorem",
"DateofApproval": "Lorem",
"CommissioningDate": "Lorem",
"WarrantyPeriod": "Lorem",
"ServiceLife": "Lorem",
"MaintenanceInterval": "Lorem"
}| Property | Value |
| Document name | Offer |
| Technical name | |
| Id | |
| Description | |
| Group | Order Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| OfferId | integer | false |
| Property | Value |
| Name | OfferId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Offer",
"additionalProperties": false,
"properties": {
"OfferId": {
"type": "integer"
}
}
}{
"OfferId": 16
}| Property | Value |
| Document name | PurchaseOrder |
| Technical name | |
| Id | |
| Description | |
| Group | Order Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| OrderId | integer | false | |||
| PurchaseOrderType | string | false |
| Property | Value |
| Name | OrderId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PurchaseOrderType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "PurchaseOrder",
"additionalProperties": false,
"properties": {
"OrderId": {
"type": "integer"
},
"PurchaseOrderType": {
"type": "string"
}
}
}{
"OrderId": -84,
"PurchaseOrderType": "Lorem"
}| Property | Value |
| Document name | PurchaseRequisition |
| Technical name | |
| Id | |
| Description | |
| Group | Order Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| PurchaseId | integer | false |
| Property | Value |
| Name | PurchaseId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "PurchaseRequisition",
"additionalProperties": false,
"properties": {
"PurchaseId": {
"type": "integer"
}
}
}{
"PurchaseId": -42
}| Property | Value |
| Document name | Rating |
| Technical name | |
| Id | |
| Description | |
| Group | Order Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| RatingId | integer | false |
| Property | Value |
| Name | RatingId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Rating",
"additionalProperties": false,
"properties": {
"RatingId": {
"type": "integer"
}
}
}{
"RatingId": 56
}| Property | Value |
| Document name | Refusal |
| Technical name | |
| Id | |
| Description | |
| Group | Order Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| RefusalId | integer | false |
| Property | Value |
| Name | RefusalId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Refusal",
"additionalProperties": false,
"properties": {
"RefusalId": {
"type": "integer"
}
}
}{
"RefusalId": 41
}| Property | Value |
| Document name | RequestForProposal |
| Technical name | |
| Id | |
| Description | |
| Group | Order Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| RequestId | integer | false |
| Property | Value |
| Name | RequestId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "RequestForProposal",
"additionalProperties": false,
"properties": {
"RequestId": {
"type": "integer"
}
}
}{
"RequestId": 23
}| Property | Value |
| Document name | Service |
| Technical name | |
| Id | |
| Description | |
| Group | Order Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ServiceID | integer | false |
| Property | Value |
| Name | ServiceID |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Service",
"additionalProperties": false,
"properties": {
"ServiceID": {
"type": "integer"
}
}
}{
"ServiceID": -49
}| Property | Value |
| Document name | WorkOrder |
| Technical name | |
| Id | |
| Description | |
| Group | Order Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| WorkOrderId | integer | false |
| Property | Value |
| Name | WorkOrderId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "WorkOrder",
"additionalProperties": false,
"properties": {
"WorkOrderId": {
"type": "integer"
}
}
}{
"WorkOrderId": -47
}| Property | Value |
| Document name | WorkOrderConformation |
| Technical name | |
| Id | |
| Description | |
| Group | Order Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ConformationId | integer | false |
| Property | Value |
| Name | ConformationId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "WorkOrderConformation",
"additionalProperties": false,
"properties": {
"ConformationId": {
"type": "integer"
}
}
}{
"ConformationId": -26
}| Property | Value |
| Group name | Organizational Management |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | Address1 |
| Technical name | |
| Id | |
| Description | |
| Group | Organizational Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| AddressId | integer | false |
| Property | Value |
| Name | AddressId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Address1",
"additionalProperties": false,
"properties": {
"AddressId": {
"type": "integer"
}
}
}{
"AddressId": 38
}| Property | Value |
| Document name | Address2 |
| Technical name | |
| Id | |
| Description | |
| Group | Organizational Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Address2",
"additionalProperties": false
}{}| Property | Value |
| Document name | Authorization |
| Technical name | |
| Id | |
| Description | |
| Group | Organizational Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| AuthorizationId | integer | false |
| Property | Value |
| Name | AuthorizationId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Authorization",
"additionalProperties": false,
"properties": {
"AuthorizationId": {
"type": "integer"
}
}
}{
"AuthorizationId": -69
}| Property | Value |
| Document name | BusinessPartner |
| Technical name | |
| Id | |
| Description | |
| Group | Organizational Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| BusinessPartnerId | integer | false | |||
| Title | string | false | |||
| ForeName | string | false | |||
| Type | string | false | |||
| ZipCode | string | false | |||
| Country | string | false | |||
| City | string | false | |||
| HouseNumber | integer | false | |||
| Street | string | false | |||
| Surname | string | false | |||
| Vat | string | false |
| Property | Value |
| Name | BusinessPartnerId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Title |
| Technical name | Ttl |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ForeName |
| Technical name | FrNm |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ZipCode |
| Technical name | ZpCd |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Country |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | City |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | HouseNumber |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Street |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Surname |
| Technical name | Srnm |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Vat |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "BusinessPartner",
"additionalProperties": false,
"properties": {
"BusinessPartnerId": {
"type": "integer"
},
"Ttl": {
"type": "string"
},
"FrNm": {
"type": "string"
},
"Type": {
"type": "string"
},
"ZpCd": {
"type": "string"
},
"Country": {
"type": "string"
},
"City": {
"type": "string"
},
"HouseNumber": {
"type": "integer"
},
"Street": {
"type": "string"
},
"Srnm": {
"type": "string"
},
"Vat": {
"type": "string"
}
}
}{
"BusinessPartnerId": -73,
"Ttl": "Lorem",
"FrNm": "Lorem",
"Type": "Lorem",
"ZpCd": "Lorem",
"Country": "Lorem",
"City": "Lorem",
"HouseNumber": -46,
"Street": "Lorem",
"Srnm": "Lorem",
"Vat": "Lorem"
}| Property | Value |
| Document name | CompanyStructureBusinessUnit |
| Technical name | |
| Id | |
| Description | |
| Group | Organizational Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| CompanyStructureId | integer | false |
| Property | Value |
| Name | CompanyStructureId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "CompanyStructureBusinessUnit",
"additionalProperties": false,
"properties": {
"CompanyStructureId": {
"type": "integer"
}
}
}{
"CompanyStructureId": -69
}| Property | Value |
| Document name | Role |
| Technical name | |
| Id | |
| Description | |
| Group | Organizational Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| RoleId | integer | false |
| Property | Value |
| Name | RoleId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Role",
"additionalProperties": false,
"properties": {
"RoleId": {
"type": "integer"
}
}
}{
"RoleId": -72
}| Property | Value |
| Group name | Portfolio & Asset Management |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | PartOfPortfolio |
| Technical name | |
| Id | |
| Description | |
| Group | Portfolio & Asset Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| LineId | integer | false |
| Property | Value |
| Name | LineId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "PartOfPortfolio",
"additionalProperties": false,
"properties": {
"LineId": {
"type": "integer"
}
}
}{
"LineId": 56
}| Property | Value |
| Document name | Portfolio |
| Technical name | |
| Id | |
| Description | |
| Group | Portfolio & Asset Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| PortfolioId | integer | false | |||
| BusinessPartnerId | integer | false | |||
| PortfolioCode | integer | false | |||
| Name | string | true | |||
| Type | string | false | |||
| ValidityStart | string | true | [{ "dataType":"DateTime"}] | ||
| ValidityEnd | string | false | [{ "dataType":"DateTime"}] | ||
| GrossArea | integer | false | |||
| Guid | string | false |
| Property | Value |
| Name | PortfolioId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BusinessPartnerId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | BusinessPartner |
| Foreign field | BusinessPartnerId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PortfolioCode |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | true |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ValidityStart |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | true |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | ValidityEnd |
| Technical name | Vldtynd |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | GrossArea |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Guid |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Portfolio",
"additionalProperties": false,
"properties": {
"PortfolioId": {
"type": "integer"
},
"BusinessPartnerId": {
"type": "integer"
},
"PortfolioCode": {
"type": "integer"
},
"Name": {
"type": "string"
},
"Type": {
"type": "string"
},
"ValidityStart": {
"type": "string"
},
"Vldtynd": {
"type": "string"
},
"GrossArea": {
"type": "integer"
},
"Guid": {
"type": "string"
}
},
"required": [
"Name",
"ValidityStart"
]
}{
"PortfolioId": -60,
"BusinessPartnerId": 7,
"PortfolioCode": 94,
"Name": "Lorem",
"Type": "Lorem",
"ValidityStart": "Lorem",
"Vldtynd": "Lorem",
"GrossArea": 91,
"Guid": "Lorem"
}| Property | Value |
| Document name | StrategicProgramsandMeasures |
| Technical name | |
| Id | |
| Description | |
| Group | Portfolio & Asset Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| LineId | integer | false |
| Property | Value |
| Name | LineId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "StrategicProgramsandMeasures",
"additionalProperties": false,
"properties": {
"LineId": {
"type": "integer"
}
}
}{
"LineId": 66
}| Property | Value |
| Group name | Project Management |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | Activity |
| Technical name | |
| Id | |
| Description | |
| Group | Project Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ActivityId | integer | false |
| Property | Value |
| Name | ActivityId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Activity",
"additionalProperties": false,
"properties": {
"ActivityId": {
"type": "integer"
}
}
}{
"ActivityId": -34
}| Property | Value |
| Document name | CompletionExcecution |
| Technical name | |
| Id | |
| Description | |
| Group | Project Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ExecutionId | integer | false |
| Property | Value |
| Name | ExecutionId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "CompletionExcecution",
"additionalProperties": false,
"properties": {
"ExecutionId": {
"type": "integer"
}
}
}{
"ExecutionId": 86
}| Property | Value |
| Document name | Milestones |
| Technical name | |
| Id | |
| Description | |
| Group | Project Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| MilestonesId | integer | false |
| Property | Value |
| Name | MilestonesId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Milestones",
"additionalProperties": false,
"properties": {
"MilestonesId": {
"type": "integer"
}
}
}{
"MilestonesId": -46
}| Property | Value |
| Document name | Project |
| Technical name | |
| Id | |
| Description | |
| Group | Project Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ProjectId | integer | false |
| Property | Value |
| Name | ProjectId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Project",
"additionalProperties": false,
"properties": {
"ProjectId": {
"type": "integer"
}
}
}{
"ProjectId": -55
}| Property | Value |
| Document name | ProjectDates |
| Technical name | |
| Id | |
| Description | |
| Group | Project Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ProjectDatesId | integer | false |
| Property | Value |
| Name | ProjectDatesId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "ProjectDates",
"additionalProperties": false,
"properties": {
"ProjectDatesId": {
"type": "integer"
}
}
}{
"ProjectDatesId": -35
}| Property | Value |
| Document name | ProjectWorkBreakDownStructure |
| Technical name | |
| Id | |
| Description | |
| Group | Project Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| BreakDownId | integer | false |
| Property | Value |
| Name | BreakDownId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "ProjectWorkBreakDownStructure",
"additionalProperties": false,
"properties": {
"BreakDownId": {
"type": "integer"
}
}
}{
"BreakDownId": -100
}| Property | Value |
| Document name | Risk |
| Technical name | |
| Id | |
| Description | |
| Group | Project Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| RiskId | integer | false |
| Property | Value |
| Name | RiskId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Risk",
"additionalProperties": false,
"properties": {
"RiskId": {
"type": "integer"
}
}
}{
"RiskId": -14
}| Property | Value |
| Group name | Property Management |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | Dunning |
| Technical name | |
| Id | |
| Description | |
| Group | Property Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| DunningId | integer | false |
| Property | Value |
| Name | DunningId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Dunning",
"additionalProperties": false,
"properties": {
"DunningId": {
"type": "integer"
}
}
}{
"DunningId": 55
}| Property | Value |
| Document name | LeaseContract |
| Technical name | |
| Id | |
| Description | |
| Group | Property Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| CompanyCode | string | false | |||
| Region | string | false | |||
| ContractCode | string | false | |||
| Name | string | false | |||
| ContractGroup | string | false | |||
| Lessee | string | false | |||
| Lessor | string | false | |||
| ContractStatus | string | false | |||
| ContractStartDate | string | false | |||
| ContractEndDate | string | false | |||
| ContractPeriod | string | false | |||
| RentalUnit | string | false | |||
| Space | string | false | |||
| Floor | string | false | |||
| Building | string | false | |||
| AddressLine1 | string | false | |||
| PostalCode | string | false | |||
| City | string | false | |||
| Country | string | false | |||
| ContractDescription | string | false | |||
| DateEffectiveContractLine | string | false | |||
| EndDateContractLine | string | false | |||
| StartDateModification | string | false | |||
| AmountPer | string | false | Weekly Monthly Quarterly HalfYearly Yearly | ||
| Amount | number | false | |||
| EndDateModification | string | false | |||
| ContractCurrency | string | false | |||
| BaseC urrency | string | false | |||
| FxRate | string | false | |||
| YearlyTotal | string | false | |||
| ReportingCurrency | string | false | |||
| ContractLinePeriod | string | false | |||
| CostGroup | number | false | |||
| ProfitCenter | number | false | |||
| BusinessArea | number | false | |||
| CostCategory | number | false | |||
| FinancialReportingEntity | string | false | |||
| PaymentInAdvance | string | false | |||
| PaymentFrequency | string | false | |||
| DateofFirstPAyment | string | false | |||
| ShortTermLease | string | false | |||
| AccountingStandard | string | false | |||
| ContractType | string | false | |||
| DiscountRate | string | false |
| Property | Value |
| Name | CompanyCode |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Region |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContractCode |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Name |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContractGroup |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Lessee |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Lessor |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContractStatus |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContractStartDate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContractEndDate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContractPeriod |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RentalUnit |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Space |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Floor |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Building |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AddressLine1 |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PostalCode |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | City |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Country |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContractDescription |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | DateEffectiveContractLine |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EndDateContractLine |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | StartDateModification |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AmountPer |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | Weekly Monthly Quarterly HalfYearly Yearly |
| Property | Value |
| Name | Amount |
| Technical name | |
| Id | |
| Type | numeric |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | EndDateModification |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContractCurrency |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BaseC urrency |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FxRate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | YearlyTotal |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ReportingCurrency |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContractLinePeriod |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CostGroup |
| Technical name | |
| Id | |
| Type | numeric |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ProfitCenter |
| Technical name | |
| Id | |
| Type | numeric |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BusinessArea |
| Technical name | |
| Id | |
| Type | numeric |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | CostCategory |
| Technical name | |
| Id | |
| Type | numeric |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | FinancialReportingEntity |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PaymentInAdvance |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PaymentFrequency |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | DateofFirstPAyment |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ShortTermLease |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AccountingStandard |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContractType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | DiscountRate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "LeaseContract",
"additionalProperties": false,
"properties": {
"CompanyCode": {
"type": "string"
},
"Region": {
"type": "string"
},
"ContractCode": {
"type": "string"
},
"Name": {
"type": "string"
},
"ContractGroup": {
"type": "string"
},
"Lessee": {
"type": "string"
},
"Lessor": {
"type": "string"
},
"ContractStatus": {
"type": "string"
},
"ContractStartDate": {
"type": "string"
},
"ContractEndDate": {
"type": "string"
},
"ContractPeriod": {
"type": "string"
},
"RentalUnit": {
"type": "string"
},
"Space": {
"type": "string"
},
"Floor": {
"type": "string"
},
"Building": {
"type": "string"
},
"AddressLine1": {
"type": "string"
},
"PostalCode": {
"type": "string"
},
"City": {
"type": "string"
},
"Country": {
"type": "string"
},
"ContractDescription": {
"type": "string"
},
"DateEffectiveContractLine": {
"type": "string"
},
"EndDateContractLine": {
"type": "string"
},
"StartDateModification": {
"type": "string"
},
"AmountPer": {
"type": "string"
},
"Amount": {
"type": "number"
},
"EndDateModification": {
"type": "string"
},
"ContractCurrency": {
"type": "string"
},
"BaseC urrency": {
"type": "string"
},
"FxRate": {
"type": "string"
},
"YearlyTotal": {
"type": "string"
},
"ReportingCurrency": {
"type": "string"
},
"ContractLinePeriod": {
"type": "string"
},
"CostGroup": {
"type": "number"
},
"ProfitCenter": {
"type": "number"
},
"BusinessArea": {
"type": "number"
},
"CostCategory": {
"type": "number"
},
"FinancialReportingEntity": {
"type": "string"
},
"PaymentInAdvance": {
"type": "string"
},
"PaymentFrequency": {
"type": "string"
},
"DateofFirstPAyment": {
"type": "string"
},
"ShortTermLease": {
"type": "string"
},
"AccountingStandard": {
"type": "string"
},
"ContractType": {
"type": "string"
},
"DiscountRate": {
"type": "string"
}
}
}{
"CompanyCode": "Lorem",
"Region": "Lorem",
"ContractCode": "Lorem",
"Name": "Lorem",
"ContractGroup": "Lorem",
"Lessee": "Lorem",
"Lessor": "Lorem",
"ContractStatus": "Lorem",
"ContractStartDate": "Lorem",
"ContractEndDate": "Lorem",
"ContractPeriod": "Lorem",
"RentalUnit": "Lorem",
"Space": "Lorem",
"Floor": "Lorem",
"Building": "Lorem",
"AddressLine1": "Lorem",
"PostalCode": "Lorem",
"City": "Lorem",
"Country": "Lorem",
"ContractDescription": "Lorem",
"DateEffectiveContractLine": "Lorem",
"EndDateContractLine": "Lorem",
"StartDateModification": "Lorem",
"AmountPer": "Lorem",
"Amount": 16,
"EndDateModification": "Lorem",
"ContractCurrency": "Lorem",
"BaseC urrency": "Lorem",
"FxRate": "Lorem",
"YearlyTotal": "Lorem",
"ReportingCurrency": "Lorem",
"ContractLinePeriod": "Lorem",
"CostGroup": -48,
"ProfitCenter": 58,
"BusinessArea": -29,
"CostCategory": 1,
"FinancialReportingEntity": "Lorem",
"PaymentInAdvance": "Lorem",
"PaymentFrequency": "Lorem",
"DateofFirstPAyment": "Lorem",
"ShortTermLease": "Lorem",
"AccountingStandard": "Lorem",
"ContractType": "Lorem",
"DiscountRate": "Lorem"
}| Property | Value |
| Document name | MarketingCampagne |
| Technical name | |
| Id | |
| Description | |
| Group | Property Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| CampagneId | integer | false |
| Property | Value |
| Name | CampagneId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "MarketingCampagne",
"additionalProperties": false,
"properties": {
"CampagneId": {
"type": "integer"
}
}
}{
"CampagneId": -71
}| Property | Value |
| Document name | RentalContract |
| Technical name | |
| Id | |
| Description | |
| Group | Property Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| RentalUnitId | integer | false | |||
| ContractId | integer | false | |||
| Type | string | false | |||
| LeaseStartDate | string | false | [{ "dataType":"DateTime"}] | ||
| TerminationDate | string | false | [{ "dataType":"DateTime"}] | ||
| FixedLeaseTearm | string | false | |||
| ExtensionOption | string | false | |||
| RentMonth | string | false | |||
| RentYear | string | false | |||
| AncilarryCost | string | false | |||
| GrossRentMonth | string | false | |||
| GrossRentYear | string | false | |||
| SigningDate | string | false | |||
| ContractStatus | string | false | |||
| TurnoverRent | string | false | |||
| PaymentDate | string | false | |||
| VATrelevant | boolean | false | |||
| RentStartDate | string | false | |||
| Indexation | integer | false |
| Property | Value |
| Name | RentalUnitId |
| Technical name | Rntlntd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | RentalUnit |
| Foreign field | RentalUnitId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContractId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Type |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | LeaseStartDate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | TerminationDate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments | [{ "dataType":"DateTime"}] |
| Property | Value |
| Name | FixedLeaseTearm |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ExtensionOption |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RentMonth |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RentYear |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | AncilarryCost |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GrossRentMonth |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | GrossRentYear |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | SigningDate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | ContractStatus |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | TurnoverRent |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | PaymentDate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | VATrelevant |
| Technical name | |
| Id | |
| Type | boolean |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Sample | |
| Comments |
| Property | Value |
| Name | RentStartDate |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | Indexation |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "RentalContract",
"additionalProperties": false,
"properties": {
"Rntlntd": {
"type": "integer"
},
"ContractId": {
"type": "integer"
},
"Type": {
"type": "string"
},
"LeaseStartDate": {
"type": "string"
},
"TerminationDate": {
"type": "string"
},
"FixedLeaseTearm": {
"type": "string"
},
"ExtensionOption": {
"type": "string"
},
"RentMonth": {
"type": "string"
},
"RentYear": {
"type": "string"
},
"AncilarryCost": {
"type": "string"
},
"GrossRentMonth": {
"type": "string"
},
"GrossRentYear": {
"type": "string"
},
"SigningDate": {
"type": "string"
},
"ContractStatus": {
"type": "string"
},
"TurnoverRent": {
"type": "string"
},
"PaymentDate": {
"type": "string"
},
"VATrelevant": {
"type": "boolean"
},
"RentStartDate": {
"type": "string"
},
"Indexation": {
"type": "integer"
}
}
}{
"Rntlntd": 7,
"ContractId": -77,
"Type": "Lorem",
"LeaseStartDate": "Lorem",
"TerminationDate": "Lorem",
"FixedLeaseTearm": "Lorem",
"ExtensionOption": "Lorem",
"RentMonth": "Lorem",
"RentYear": "Lorem",
"AncilarryCost": "Lorem",
"GrossRentMonth": "Lorem",
"GrossRentYear": "Lorem",
"SigningDate": "Lorem",
"ContractStatus": "Lorem",
"TurnoverRent": "Lorem",
"PaymentDate": "Lorem",
"VATrelevant": true,
"RentStartDate": "Lorem",
"Indexation": 11
}| Property | Value |
| Document name | RentalUnit |
| Technical name | |
| Id | |
| Description | |
| Group | Property Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| BuildingId | integer | false | |||
| BusinessPartnerId | integer | false | |||
| RentalUnitId | integer | false |
| Property | Value |
| Name | BuildingId |
| Technical name | Bldngd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | Building |
| Foreign field | BuildingId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | BusinessPartnerId |
| Technical name | BsnssPrtnrd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | BusinessPartner |
| Foreign field | BusinessPartnerId |
| Relationship type | Foreign Key |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | RentalUnitId |
| Technical name | Rntlntd |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "RentalUnit",
"additionalProperties": false,
"properties": {
"Bldngd": {
"type": "integer"
},
"BsnssPrtnrd": {
"type": "integer"
},
"Rntlntd": {
"type": "integer"
}
}
}{
"Bldngd": 21,
"BsnssPrtnrd": -60,
"Rntlntd": -4
}| Property | Value |
| Document name | SecurityDeposit |
| Technical name | |
| Id | |
| Description | |
| Group | Property Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| DepositId | integer | false |
| Property | Value |
| Name | DepositId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "SecurityDeposit",
"additionalProperties": false,
"properties": {
"DepositId": {
"type": "integer"
}
}
}{
"DepositId": 28
}| Property | Value |
| Document name | TenantCommunication |
| Technical name | |
| Id | |
| Description | |
| Group | Property Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| LineId | integer | false |
| Property | Value |
| Name | LineId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "TenantCommunication",
"additionalProperties": false,
"properties": {
"LineId": {
"type": "integer"
}
}
}{
"LineId": -79
}| Property | Value |
| Group name | Transaction Management |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | Transaction |
| Technical name | |
| Id | |
| Description | |
| Group | Transaction Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| TransactionId | integer | false |
| Property | Value |
| Name | TransactionId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Transaction",
"additionalProperties": false,
"properties": {
"TransactionId": {
"type": "integer"
}
}
}{
"TransactionId": -78
}| Property | Value |
| Document name | TransactionContract |
| Technical name | |
| Id | |
| Description | |
| Group | Transaction Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ContractId | integer | false |
| Property | Value |
| Name | ContractId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "TransactionContract",
"additionalProperties": false,
"properties": {
"ContractId": {
"type": "integer"
}
}
}{
"ContractId": -56
}| Property | Value |
| Document name | TransactionOffer |
| Technical name | |
| Id | |
| Description | |
| Group | Transaction Management |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| TransactionId | integer | false |
| Property | Value |
| Name | TransactionId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "TransactionOffer",
"additionalProperties": false,
"properties": {
"TransactionId": {
"type": "integer"
}
}
}{
"TransactionId": 28
}| Property | Value |
| Group name | UserAndCustomerExperience |
| Technical name | |
| Description | |
| Comments |
| Property | Value |
| Document name | Furniture |
| Technical name | |
| Id | |
| Description | |
| Group | UserAndCustomerExperience |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| FurnitureId | integer | false |
| Property | Value |
| Name | FurnitureId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Furniture",
"additionalProperties": false,
"properties": {
"FurnitureId": {
"type": "integer"
}
}
}{
"FurnitureId": 85
}| Property | Value |
| Document name | Occupation |
| Technical name | |
| Id | |
| Description | |
| Group | UserAndCustomerExperience |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| OccupationId | integer | false |
| Property | Value |
| Name | OccupationId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Occupation",
"additionalProperties": false,
"properties": {
"OccupationId": {
"type": "integer"
}
}
}{
"OccupationId": 90
}| Property | Value |
| Document name | Reservation |
| Technical name | |
| Id | |
| Description | |
| Group | UserAndCustomerExperience |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| ReservationId | integer | false |
| Property | Value |
| Name | ReservationId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Reservation",
"additionalProperties": false,
"properties": {
"ReservationId": {
"type": "integer"
}
}
}{
"ReservationId": -37
}| Property | Value |
| Document name | SatisfactionTenantUser |
| Technical name | |
| Id | |
| Description | |
| Group | UserAndCustomerExperience |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| TransactionId | integer | false |
| Property | Value |
| Name | TransactionId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "SatisfactionTenantUser",
"additionalProperties": false,
"properties": {
"TransactionId": {
"type": "integer"
}
}
}{
"TransactionId": 60
}| Property | Value |
| Document name | SpaceUtilization |
| Technical name | |
| Id | |
| Description | |
| Group | UserAndCustomerExperience |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| UtilizationId | integer | false |
| Property | Value |
| Name | UtilizationId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "SpaceUtilization",
"additionalProperties": false,
"properties": {
"UtilizationId": {
"type": "integer"
}
}
}{
"UtilizationId": -75
}| Property | Value |
| Document name | UserRequirements |
| Technical name | |
| Id | |
| Description | |
| Group | UserAndCustomerExperience |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| RequirementId | integer | false |
| Property | Value |
| Name | RequirementId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "UserRequirements",
"additionalProperties": false,
"properties": {
"RequirementId": {
"type": "integer"
}
}
}{
"RequirementId": -84
}| Property | Value |
| Document name | Workplace |
| Technical name | |
| Id | |
| Description | |
| Group | UserAndCustomerExperience |
| RESTful API | false |
| Additional properties | false |
| Comments |
| Field | Type | Req | Key | Description | Comments |
| AreaId | integer | false | |||
| WorkplaceId | integer | false | |||
| WorkplaceType | string | false | |||
| WorkplaceName | string | false |
| Property | Value |
| Name | AreaId |
| Technical name | Ard |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | WorkplaceId |
| Technical name | |
| Id | |
| Type | integer |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | true |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Unit | |
| Min value | |
| Excl min | false |
| Max value | |
| Excl max | false |
| Multiple of | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | WorkplaceType |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
| Property | Value |
| Name | WorkplaceName |
| Technical name | |
| Id | |
| Type | string |
| Description | |
| Dependencies | |
| Required | false |
| Primary key | false |
| Foreign document | |
| Foreign field | |
| Relationship type | |
| Default | |
| Min length | |
| Max length | |
| Pattern | |
| Format | |
| Enum | |
| Sample | |
| Comments |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Workplace",
"additionalProperties": false,
"properties": {
"Ard": {
"type": "integer"
},
"WorkplaceId": {
"type": "integer"
},
"WorkplaceType": {
"type": "string"
},
"WorkplaceName": {
"type": "string"
}
}
}{
"Ard": 74,
"WorkplaceId": 93,
"WorkplaceType": "Lorem",
"WorkplaceName": "Lorem"
}| Parent Table | Parent field |
| BusinessPartner | BusinessPartnerId |
| Child Table | Child field |
| Portfolio | BusinessPartnerId |
| Property | Value |
| Name | New Relationship |
| Description | |
| Parent Document | BusinessPartner |
| Parent field | BusinessPartnerId |
| Parent Cardinality | 1 |
| Child Document | Portfolio |
| Child field | BusinessPartnerId |
| Child Cardinality | 1 |
| Comments |
| Parent Table | Parent field |
| AreaMeasurement | AreaMeasurementId |
| Child Table | Child field |
| Building | AreaMeasurementId |
| Property | Value |
| Name | fk AreaMeasurement.AreaMeasurementId to Building.AreaMeasurementId |
| Description | |
| Parent Document | AreaMeasurement |
| Parent field | AreaMeasurementId |
| Parent Cardinality | 1 |
| Child Document | Building |
| Child field | AreaMeasurementId |
| Child Cardinality | 1 |
| Comments |
| Parent Table | Parent field |
| AreaMeasurement | AreaMeasurementId |
| Child Table | Child field |
| Floor | AreaMeasurementId |
| Property | Value |
| Name | fk AreaMeasurement.AreaMeasurementId to Floor.AreaMeasurementId |
| Description | |
| Parent Document | AreaMeasurement |
| Parent field | AreaMeasurementId |
| Parent Cardinality | 1 |
| Child Document | Floor |
| Child field | AreaMeasurementId |
| Child Cardinality | 1 |
| Comments |
| Parent Table | Parent field |
| AreaMeasurement | AreaMeasurementId |
| Child Table | Child field |
| Land | AreaMeasurementId |
| Property | Value |
| Name | fk AreaMeasurement.AreaMeasurementId to Land.AreaMeasurementId |
| Description | |
| Parent Document | AreaMeasurement |
| Parent field | AreaMeasurementId |
| Parent Cardinality | 1 |
| Child Document | Land |
| Child field | AreaMeasurementId |
| Child Cardinality | n |
| Comments |
| Parent Table | Parent field |
| AreaMeasurement | AreaMeasurementId |
| Child Table | Child field |
| Site | AreaMeasurementId |
| Property | Value |
| Name | fk AreaMeasurement.AreaMeasurementId to Site.AreaMeasurementId |
| Description | |
| Parent Document | AreaMeasurement |
| Parent field | AreaMeasurementId |
| Parent Cardinality | 1 |
| Child Document | Site |
| Child field | AreaMeasurementId |
| Child Cardinality | 1 |
| Comments |
| Parent Table | Parent field |
| AreaMeasurement | AreaMeasurementId |
| Child Table | Child field |
| Space | AreaMeasurementId |
| Property | Value |
| Name | fk AreaMeasurement.AreaMeasurementId to Space.AreaMeasurementId |
| Description | |
| Parent Document | AreaMeasurement |
| Parent field | AreaMeasurementId |
| Parent Cardinality | 1 |
| Child Document | Space |
| Child field | AreaMeasurementId |
| Child Cardinality | 1 |
| Comments |
| Property | Value |
| Name | fk Building.BuildingId to Certificate.BuildingId |
| Description | |
| Parent Document | Building |
| Parent field | BuildingId |
| Parent Cardinality | 1 |
| Child Document | Certificate |
| Child field | BuildingId |
| Child Cardinality | n |
| Comments |
| Property | Value |
| Name | fk Building.BuildingId to Floor.BuildingId |
| Description | |
| Parent Document | Building |
| Parent field | BuildingId |
| Parent Cardinality | 1 |
| Child Document | Floor |
| Child field | BuildingId |
| Child Cardinality | n |
| Comments |
| Property | Value |
| Name | fk Building.BuildingId to FutureGhgEmissions.BuildingId |
| Description | |
| Parent Document | Building |
| Parent field | BuildingId |
| Parent Cardinality | 1 |
| Child Document | FutureGhgEmissions |
| Child field | BuildingId |
| Child Cardinality | 1 |
| Comments |
| Parent Table | Parent field |
| Building | BuildingId |
| Child Table | Child field |
| FutureOperationalMeasurement | BuildingId |
| Property | Value |
| Name | fk Building.BuildingId to FutureOperationalMeasurement.BuildingId |
| Description | |
| Parent Document | Building |
| Parent field | BuildingId |
| Parent Cardinality | 1 |
| Child Document | FutureOperationalMeasurement |
| Child field | BuildingId |
| Child Cardinality | 1 |
| Comments |
| Property | Value |
| Name | fk Building.BuildingId to Measurement.BuildingId |
| Description | |
| Parent Document | Building |
| Parent field | BuildingId |
| Parent Cardinality | 1 |
| Child Document | AreaMeasurement |
| Child field | BuildingId |
| Child Cardinality | n |
| Comments |
| Parent Table | Parent field |
| Building | BuildingId |
| Child Table | Child field |
| OperationalMeasurement | BuildingId |
| Property | Value |
| Name | fk Building.BuildingId to OperationalMeasurement.BuildingId |
| Description | |
| Parent Document | Building |
| Parent field | BuildingId |
| Parent Cardinality | 1 |
| Child Document | OperationalMeasurement |
| Child field | BuildingId |
| Child Cardinality | 1 |
| Comments |
| Property | Value |
| Name | fk Building.BuildingId to Prices.BuildingId |
| Description | |
| Parent Document | Building |
| Parent field | BuildingId |
| Parent Cardinality | 1 |
| Child Document | Prices |
| Child field | BuildingId |
| Child Cardinality | 1 |
| Comments |
| Property | Value |
| Name | fk Building.BuildingId to RentalUnit.BuildingId |
| Description | |
| Parent Document | Building |
| Parent field | BuildingId |
| Parent Cardinality | 1 |
| Child Document | RentalUnit |
| Child field | BuildingId |
| Child Cardinality | n |
| Comments |
| Parent Table | Parent field |
| Building | BuildingId |
| Child Table | Child field |
| SustainabilityIndicatorsBuilding | BuildingId |
| Property | Value |
| Name | fk Building.BuildingId to SustainabilityIndicatorsBuilding.BuildingId |
| Description | |
| Parent Document | Building |
| Parent field | BuildingId |
| Parent Cardinality | 1 |
| Child Document | SustainabilityIndicatorsBuilding |
| Child field | BuildingId |
| Child Cardinality | 1 |
| Comments |
| Property | Value |
| Name | fk Building.BuildingId to UserEmissionFactor.BuildingId |
| Description | |
| Parent Document | Building |
| Parent field | BuildingId |
| Parent Cardinality | 1 |
| Child Document | UserEmissionFactor |
| Child field | BuildingId |
| Child Cardinality | 1 |
| Comments |
| Property | Value |
| Name | fk Building.BuildingId to gHgEmissions.BuildingId |
| Description | |
| Parent Document | Building |
| Parent field | BuildingId |
| Parent Cardinality | 1 |
| Child Document | gHgEmissions |
| Child field | BuildingId |
| Child Cardinality | 1 |
| Comments |
| Parent Table | Parent field |
| BusinessPartner | BusinessPartnerId |
| Child Table | Child field |
| RentalUnit | BusinessPartnerId |
| Property | Value |
| Name | fk Business Partner.BusinessPartnerId to RentalUnit.BusinessPartnerId |
| Description | |
| Parent Document | BusinessPartner |
| Parent field | BusinessPartnerId |
| Parent Cardinality | 1 |
| Child Document | RentalUnit |
| Child field | BusinessPartnerId |
| Child Cardinality | n |
| Comments |
| Parent Table | Parent field |
| BusinessPartner | BusinessPartnerId |
| Child Table | Child field |
| Site | BusinessPartnerId |
| Property | Value |
| Name | fk Business Partner.BusinessPartnerId to Site.BusinessPartnerId |
| Description | |
| Parent Document | BusinessPartner |
| Parent field | BusinessPartnerId |
| Parent Cardinality | 1 |
| Child Document | Site |
| Child field | BusinessPartnerId |
| Child Cardinality | n |
| Comments |
| Parent Table | Parent field |
| BusinessPartner | BusinessPartnerId |
| Child Table | Child field |
| Product | BusinessPartnerId |
| Property | Value |
| Name | fk Business Partner.BusinessPartnerId to TechnicalEquipment.BusinessPartnerId |
| Description | |
| Parent Document | BusinessPartner |
| Parent field | BusinessPartnerId |
| Parent Cardinality | 1 |
| Child Document | Product |
| Child field | BusinessPartnerId |
| Child Cardinality | n |
| Comments |
| Parent Table | Parent field |
| BusinessPartner | BusinessPartnerId |
| Child Table | Child field |
| FutureOperationalMeasurement | BusinessPartnerId |
| Property | Value |
| Name | fk BusinessPartner.BusinessPartnerId to FutureOperationalMeasurement.BusinessPartnerId |
| Description | |
| Parent Document | BusinessPartner |
| Parent field | BusinessPartnerId |
| Parent Cardinality | 1 |
| Child Document | FutureOperationalMeasurement |
| Child field | BusinessPartnerId |
| Child Cardinality | 1 |
| Comments |
| Parent Table | Parent field |
| BusinessPartner | BusinessPartnerId |
| Child Table | Child field |
| Prices | BusinessPartnerId |
| Property | Value |
| Name | fk BusinessPartner.BusinessPartnerId to Prices.BusinessPartnerId |
| Description | |
| Parent Document | BusinessPartner |
| Parent field | BusinessPartnerId |
| Parent Cardinality | 1 |
| Child Document | Prices |
| Child field | BusinessPartnerId |
| Child Cardinality | 1 |
| Comments |
| Parent Table | Parent field |
| BusinessPartner | BusinessPartnerId |
| Child Table | Child field |
| SustainabilityIndicatorsCompany | BusinessPartnerId |
| Property | Value |
| Name | fk BusinessPartner.BusinessPartnerId to SustainabilityIndicatorsCompany.BusinessPartnerId |
| Description | |
| Parent Document | BusinessPartner |
| Parent field | BusinessPartnerId |
| Parent Cardinality | 1 |
| Child Document | SustainabilityIndicatorsCompany |
| Child field | BusinessPartnerId |
| Child Cardinality | 1 |
| Comments |
| Parent Table | Parent field |
| BusinessPartner | BusinessPartnerId |
| Child Table | Child field |
| UserEmissionFactor | BusinessPartnerId |
| Property | Value |
| Name | fk BusinessPartner.BusinessPartnerId to UserEmissionFactor.BusinessPartnerId |
| Description | |
| Parent Document | BusinessPartner |
| Parent field | BusinessPartnerId |
| Parent Cardinality | 1 |
| Child Document | UserEmissionFactor |
| Child field | BusinessPartnerId |
| Child Cardinality | 1 |
| Comments |
| Property | Value |
| Name | fk Floor.FloorId to FutureOperationalMeasurement.FloorId |
| Description | |
| Parent Document | Floor |
| Parent field | FloorId |
| Parent Cardinality | 1 |
| Child Document | FutureOperationalMeasurement |
| Child field | FloorId |
| Child Cardinality | 1 |
| Comments |
| Property | Value |
| Name | fk Floor.FloorId to Measurement.FloorId |
| Description | |
| Parent Document | Floor |
| Parent field | FloorId |
| Parent Cardinality | 1 |
| Child Document | AreaMeasurement |
| Child field | FloorId |
| Child Cardinality | n |
| Comments |
| Property | Value |
| Name | fk Land.LandId to Servitudes.LandId |
| Description | |
| Parent Document | Land |
| Parent field | LandId |
| Parent Cardinality | 1 |
| Child Document | Servitudes |
| Child field | LandId |
| Child Cardinality | n |
| Comments |
| Parent Table | Parent field |
| OperationalMeasurement | operationalMeasurementId |
| Child Table | Child field |
| Prices | MeasurementId |
| Property | Value |
| Name | fk OperationalMeasurement.operationalMeasurementId to Prices.MeasurementId |
| Description | |
| Parent Document | OperationalMeasurement |
| Parent field | operationalMeasurementId |
| Parent Cardinality | 1 |
| Child Document | Prices |
| Child field | MeasurementId |
| Child Cardinality | 1 |
| Comments |
| Parent Table | Parent field |
| OperationalMeasurement | operationalMeasurementId |
| Child Table | Child field |
| UserEmissionFactor | MeasurementId |
| Property | Value |
| Name | fk OperationalMeasurement.operationalMeasurementId to UserEmissionFactor.MeasurementId |
| Description | |
| Parent Document | OperationalMeasurement |
| Parent field | operationalMeasurementId |
| Parent Cardinality | 1 |
| Child Document | UserEmissionFactor |
| Child field | MeasurementId |
| Child Cardinality | 1 |
| Comments |
| Parent Table | Parent field |
| OperationalMeasurement | operationalMeasurementId |
| Child Table | Child field |
| gHgEmissions | operationalMeasurementId |
| Property | Value |
| Name | fk OperationalMeasurement.operationalMeasurementId to gHgEmissions.operationalMeasurementId |
| Description | |
| Parent Document | OperationalMeasurement |
| Parent field | operationalMeasurementId |
| Parent Cardinality | 1 |
| Child Document | gHgEmissions |
| Child field | operationalMeasurementId |
| Child Cardinality | 1 |
| Comments |
| Property | Value |
| Name | fk Portfolio.PortfolioId to Building.PortfolioId |
| Description | |
| Parent Document | Portfolio |
| Parent field | PortfolioId |
| Parent Cardinality | 1 |
| Child Document | Building |
| Child field | PortfolioId |
| Child Cardinality | 1 |
| Comments |
| Parent Table | Parent field |
| Portfolio | PortfolioId |
| Child Table | Child field |
| FutureOperationalMeasurement | PortfolioId |
| Property | Value |
| Name | fk Portfolio.PortfolioId to FutureOperationalMeasurement.PortfolioId |
| Description | |
| Parent Document | Portfolio |
| Parent field | PortfolioId |
| Parent Cardinality | 1 |
| Child Document | FutureOperationalMeasurement |
| Child field | PortfolioId |
| Child Cardinality | 1 |
| Comments |
| Property | Value |
| Name | fk Product.ProductId to BSensingObject.ProductId |
| Description | |
| Parent Document | Product |
| Parent field | ProductId |
| Parent Cardinality | 1 |
| Child Document | BSensingObject |
| Child field | ProductId |
| Child Cardinality | n |
| Comments |
| Property | Value |
| Name | fk Product.ProductId to CStoringObject.ProductId |
| Description | |
| Parent Document | Product |
| Parent field | ProductId |
| Parent Cardinality | 1 |
| Child Document | CStoringObject |
| Child field | ProductId |
| Child Cardinality | n |
| Comments |
| Property | Value |
| Name | fk Product.ProductId to EEmittingObject.ProductId |
| Description | |
| Parent Document | Product |
| Parent field | ProductId |
| Parent Cardinality | 1 |
| Child Document | EEmittingObject |
| Child field | ProductId |
| Child Cardinality | n |
| Comments |
| Property | Value |
| Name | fk Product.ProductId to FProtectingObject.ProductId |
| Description | |
| Parent Document | Product |
| Parent field | ProductId |
| Parent Cardinality | 1 |
| Child Document | FProtectingObject |
| Child field | ProductId |
| Child Cardinality | 1 |
| Comments |
| Property | Value |
| Name | fk Product.ProductId to HMatterProcessingObject.ProductId |
| Description | |
| Parent Document | Product |
| Parent field | ProductId |
| Parent Cardinality | 1 |
| Child Document | HMatterProcessingObject |
| Child field | ProductId |
| Child Cardinality | n |
| Comments |
| Property | Value |
| Name | fk Product.ProductId to MDrivingObject.ProductId |
| Description | |
| Parent Document | Product |
| Parent field | ProductId |
| Parent Cardinality | 1 |
| Child Document | MDrivingObject |
| Child field | ProductId |
| Child Cardinality | n |
| Comments |
| Property | Value |
| Name | fk Product.ProductId to QControllingObject.ProductId |
| Description | |
| Parent Document | Product |
| Parent field | ProductId |
| Parent Cardinality | 1 |
| Child Document | QControllingObject |
| Child field | ProductId |
| Child Cardinality | n |
| Comments |
| Property | Value |
| Name | fk Product.ProductId to RRestrictingObject.ProductId |
| Description | |
| Parent Document | Product |
| Parent field | ProductId |
| Parent Cardinality | 1 |
| Child Document | RRestrictingObject |
| Child field | ProductId |
| Child Cardinality | n |
| Comments |
| Property | Value |
| Name | fk Product.ProductId to UHoldingObject.ProductId |
| Description | |
| Parent Document | Product |
| Parent field | ProductId |
| Parent Cardinality | 1 |
| Child Document | UHoldingObject |
| Child field | ProductId |
| Child Cardinality | n |
| Comments |
| Property | Value |
| Name | fk Product.ProductId to XInterfacingObject.ProductId |
| Description | |
| Parent Document | Product |
| Parent field | ProductId |
| Parent Cardinality | 1 |
| Child Document | XInterfacingObject |
| Child field | ProductId |
| Child Cardinality | n |
| Comments |
| Property | Value |
| Name | fk RentalUnit.RentalUnitId to RentalContract.RentalUnitId |
| Description | |
| Parent Document | RentalUnit |
| Parent field | RentalUnitId |
| Parent Cardinality | 1 |
| Child Document | RentalContract |
| Child field | RentalUnitId |
| Child Cardinality | 1 |
| Comments |
| Property | Value |
| Name | fk Space.SpaceId to FutureOperationalMeasurement.SapceId |
| Description | |
| Parent Document | Space |
| Parent field | SpaceId |
| Parent Cardinality | 1 |
| Child Document | FutureOperationalMeasurement |
| Child field | SapceId |
| Child Cardinality | 1 |
| Comments |
| Property | Value |
| Name | fk Space.SpaceId to Measurement.SpaceId |
| Description | |
| Parent Document | Space |
| Parent field | SpaceId |
| Parent Cardinality | 1 |
| Child Document | AreaMeasurement |
| Child field | SpaceId |
| Child Cardinality | n |
| Comments |
| Property | Value |
| Name | fk Workplace.WorkplaceId to Measurement.WorkplaceId |
| Description | |
| Parent Document | Workplace |
| Parent field | WorkplaceId |
| Parent Cardinality | 1 |
| Child Document | AreaMeasurement |
| Child field | ValidFrom |
| Child Cardinality | n |
| Comments |